unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27913] [PATCH] gnu: Add python-ghp-import.
@ 2017-08-02  3:38 Oleg Pykhalov
       [not found] ` <handler.27913.B.150164512919572.ack@debbugs.gnu.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Oleg Pykhalov @ 2017-08-02  3:38 UTC (permalink / raw)
  To: 27913

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Add python-ghp-import. --]
[-- Type: text/x-patch, Size: 1694 bytes --]

From eb71446f05762d4981bdef0ce7e0ada55fa9ce4f Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Wed, 2 Aug 2017 06:32:04 +0300
Subject: [PATCH] gnu: Add python-ghp-import.
To: guix-patches@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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-09-04 13:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-02  3:38 [bug#27913] [PATCH] gnu: Add python-ghp-import Oleg Pykhalov
     [not found] ` <handler.27913.B.150164512919572.ack@debbugs.gnu.org>
2017-08-02 16:15   ` [bug#27913] Acknowledgement ([PATCH] gnu: Add python-ghp-import.) Oleg Pykhalov
2017-08-02 20:01     ` Leo Famulari
2017-08-03 18:48       ` Oleg Pykhalov
2017-08-19 21:16       ` [bug#27913] [PATCH 0/2] Add python-ghp-import Oleg Pykhalov
2017-08-19 21:19         ` [bug#27913] [PATCH 1/2] licenses: Add tumbolia license Oleg Pykhalov
2017-08-19 21:20         ` [bug#27913] [PATCH 2/2] gnu: Add python-ghp-import Oleg Pykhalov
2017-09-04 13:25           ` bug#27913: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).