mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add python-nr-stream.
* gnu/packages/python-xyz.scm (python-nr-stream): New variable. Change-Id: I59489156e4675a64a31b1cb7f62b7c845c005ce8
This commit is contained in:
parent
aa51d1d25f
commit
7dfe41aa71
1 changed files with 19 additions and 0 deletions
|
@ -1449,6 +1449,25 @@ (define-public python-nr-date
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue