gnu: Add python-py-tes.

* gnu/packages/python-xyz.scm (python-py-tes): New variable.
This commit is contained in:
Ricardo Wurmus 2022-05-20 09:45:47 +02:00
parent cf17cbbc1b
commit 8d0ac5697c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")