guix-commits
[Top][All Lists]
Advanced

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

18/21: gnu: Add python-sh.


From: guix-commits
Subject: 18/21: gnu: Add python-sh.
Date: Wed, 23 Jan 2019 12:13:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8b89dedc376d4a3526568da43b9dc4c91d9809ab
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 23 18:01:16 2019 +0100

    gnu: Add python-sh.
    
    * gnu/packages/python-xyz.scm (python-sh): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 42b5a09..c01afdd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -434,6 +434,24 @@ concepts.")
 (define-public python2-h5py
   (package-with-python2 python-h5py))
 
+(define-public python-sh
+  (package
+    (name "python-sh")
+    (version "1.12.14")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "sh" version))
+       (sha256
+        (base32
+         "1z2hx357xp3v4cv44xmqp7lli3frndqpyfmpbxf7n76h7s1zaaxm"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/amoffat/sh";)
+    (synopsis "Python subprocess replacement")
+    (description "This package provides a replacement for Python's
address@hidden feature.")
+    (license license:expat)))
+
 (define-public python-netcdf4
   (package
     (name "python-netcdf4")



reply via email to

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