guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-sh: Remove duplicate.


From: guix-commits
Subject: 01/01: gnu: python-sh: Remove duplicate.
Date: Mon, 4 Feb 2019 06:16:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3869effdd5b3c30843b464cd18d68fb6cd8d3db0
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Feb 4 12:15:09 2019 +0100

    gnu: python-sh: Remove duplicate.
    
    * gnu/packages/python-xyz.scm (python-sh): Remove duplicate definition.
---
 gnu/packages/python-xyz.scm | 25 +++----------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a145c54..ef8565d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -451,6 +451,9 @@ concepts.")
 @code{subprocess} feature.")
     (license license:expat)))
 
+(define-public python2-sh
+  (package-with-python2 python-sh))
+
 (define-public python-cftime
   (package
     (name "python-cftime")
@@ -9842,28 +9845,6 @@ reasoning, wrappers for natural language processing 
libraries.")
 (define-public python2-pymongo
   (package-with-python2 python-pymongo))
 
-(define-public python-sh
-  (package
-    (name "python-sh")
-    (version "1.11")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "sh" version))
-              (sha256
-               (base32
-                "192r0mpv6dmkysjzhc43ddffiwb5g7c76bgr1mb1z2xz9awbj3sr"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:tests? #f)) ; no tests
-    (home-page "https://github.com/amoffat/sh";)
-    (synopsis "Python subprocess interface")
-    (description "Abstracts process invocation by providing a function
-interface for programs.")
-    (license license:expat)))
-
-(define-public python2-sh
-  (package-with-python2 python-sh))
-
 (define-public python-consul
   (package
     (name "python-consul")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]