gnu: Add python-sh.

* gnu/packages/python-xyz.scm (python-sh): New variable.
master
Ricardo Wurmus 2019-01-23 18:01:16 +01:00
parent 21ccc01d4c
commit 8b89dedc37
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -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
@code{subprocess} feature.")
(license license:expat)))
(define-public python-netcdf4
(package
(name "python-netcdf4")