guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: Add python-nr-stream.


From: guix-commits
Subject: 03/07: gnu: Add python-nr-stream.
Date: Mon, 15 Jan 2024 17:34:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7dfe41aa71a4a4a9d6065a44e9c6271717215b3e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 15 22:45:31 2024 +0100

    gnu: Add python-nr-stream.
    
    * gnu/packages/python-xyz.scm (python-nr-stream): New variable.
    
    Change-Id: I59489156e4675a64a31b1cb7f62b7c845c005ce8
---
 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 8d0564e25b..b4cccad062 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1449,6 +1449,25 @@ bindings to the C++ random forest implementation, 
ranger, using Cython.")
 library in pure Python.")
     (license license:expat)))
 
+(define-public python-nr-stream
+  (package
+    (name "python-nr-stream")
+    (version "1.1.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "nr_stream" version))
+       (sha256
+        (base32 "0rag4vbjnalkyfcarx6yipn11ih2hmc3pfldava4c6n6pz31c0pb"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #false))  ;there are none
+    (native-inputs (list python-poetry-core))
+    (home-page "https://github.com/NiklasRosenstein/python-nr.stream";)
+    (synopsis "Stream and Optional classes for Python")
+    (description "This package provides a @code{Stream} and @code{Optional}
+class.")
+    (license license:expat)))
+
 (define-public python-slixmpp
   (package
     (name "python-slixmpp")



reply via email to

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