guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: Add python-py-tes.


From: guix-commits
Subject: 01/06: gnu: Add python-py-tes.
Date: Fri, 20 May 2022 05:01:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8d0ac5697c0b6cb37bbf5f7464298da525535e36
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 20 09:45:47 2022 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5094ef068c..eaaa58d3fb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10074,6 +10074,25 @@ generate MPS or LP files and call GLPK, COIN CLP/CBC, 
CPLEX, and GUROBI to
 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")



reply via email to

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