GNU bug report logs - #27913
[PATCH] gnu: Add python-ghp-import.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Wed, 2 Aug 2017 03:39:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: bug#27913: closed (Re: [bug#27913] [PATCH 2/2] gnu: Add
 python-ghp-import.)
Date: Mon, 04 Sep 2017 13:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27913: [PATCH] gnu: Add python-ghp-import.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27913 <at> debbugs.gnu.org.

-- 
27913: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27913
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 27913-done <at> debbugs.gnu.org, Leo Famulari <leo <at> famulari.name>
Subject: Re: [bug#27913] [PATCH 2/2] gnu: Add python-ghp-import.
Date: Mon, 04 Sep 2017 15:25:41 +0200
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:

>>From 68ae12d2aaf08e23d48bd6ed785704ffaa3d4da6 Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Sun, 20 Aug 2017 00:05:15 +0300
> Subject: [PATCH 2/2] gnu: Add python-ghp-import.
>
> * gnu/packages/version-control.scm (python-ghp-import, python2-ghp-import):
> New variable.

Pushed as 65101a2596aa6b9dce629c7efad7967e8818f204, using…

> +    (home-page "https://github.com/davisp/ghp-import")
> +    (synopsis "Copy directory to the gh-pages branch")
> +    (description "Script that copies a directory to the gh-pages branch (by
> +default) of the repository.")
> +    (license license:tumbolia)))

… ‘license:copyleft’ here as suggested by Leo.

Thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-ghp-import.
Date: Wed, 02 Aug 2017 06:38:31 +0300
[0001-gnu-Add-python-ghp-import.patch (text/x-patch, inline)]
From eb71446f05762d4981bdef0ce7e0ada55fa9ce4f Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Wed, 2 Aug 2017 06:32:04 +0300
Subject: [PATCH] gnu: Add python-ghp-import.
To: guix-patches <at> gnu.org

* gnu/packages/version-control.scm (python-ghp-import, python2-ghp-import):
New variable.
---
 gnu/packages/version-control.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 2e17201a5..062134d23 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -520,6 +520,31 @@ collaboration using typical untrusted file hosts or services.")
 a built-in cache to decrease server I/O pressure.")
     (license license:gpl2)))
 
+(define-public python-ghp-import
+  (package
+    (name "python-ghp-import")
+    (version "0.5.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/davisp/ghp-import/archive/"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0x887v690xsac2hzjkpbvp3a6crh3m08mqbk3nb4xwc9dnk869q7"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/davisp/ghp-import")
+    (synopsis "Copy directory to the gh-pages branch")
+    (description "Script that copies a directory to the gh-pages branch (by
+default) of the repository.")
+    (license license:gpl3+)))
+
+(define-public python2-ghp-import
+  (package-with-python2
+   (strip-python2-variant python-ghp-import)))
+
 (define-public shflags
   (package
     (name "shflags")
-- 
2.13.3




This bug report was last modified 7 years and 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.