guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: Add python-aplus.


From: guix-commits
Subject: 01/03: gnu: Add python-aplus.
Date: Fri, 20 May 2022 16:13:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d1bdead83842d12208fd00eef7de9fdbff5fee53
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 20 14:49:27 2022 +0200

    gnu: Add python-aplus.
    
    * gnu/packages/python-science.scm (python-aplus): New variable.
---
 gnu/packages/python-science.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index bf7c7ce45f..90809e8e56 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1222,3 +1222,20 @@ stack such as numpy arrays or pandas and xarray data 
structures.  These are
 out of the scope of the main traitlets project but are a common requirement to
 build applications with traitlets in combination with the scipy stack.")
     (license license:bsd-3)))
+
+(define-public python-aplus
+  (package
+    (name "python-aplus")
+    (version "0.11.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "aplus" version))
+       (sha256
+        (base32 "1rznc26nlp641rn8gpdngfp79a3fji38yavqakxi35mx2da04msg"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/xogeny/aplus";)
+    (synopsis "Promises/A+ for Python")
+    (description "This package is an implementation of the Promises/A+
+specification and test suite in Python.")
+    (license license:expat)))



reply via email to

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