gnu: Add python-py-tes.
* gnu/packages/python-xyz.scm (python-py-tes): New variable.
This commit is contained in:
parent
cf17cbbc1b
commit
8d0ac5697c
1 changed files with 19 additions and 0 deletions
|
@ -10074,6 +10074,25 @@ (define-public python-pulp
|
|||
solve linear problems.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-py-tes
|
||||
(package
|
||||
(name "python-py-tes")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py-tes" version))
|
||||
(sha256
|
||||
(base32 "0b272y392v0mnq0f3sm5kgcx8fn4qwfbym89hhvqxz3xkganr4pn"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-attrs python-dateutil python-future python-requests))
|
||||
(home-page "https://github.com/ohsu-comp-bio/py-tes")
|
||||
(synopsis "Library for communicating with the GA4GH Task Execution API")
|
||||
(description "This package provides a library for communicating with the
|
||||
GA4GH Task Execution API.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-toposort
|
||||
(package
|
||||
(name "python-toposort")
|
||||
|
|
Loading…
Reference in a new issue