summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-15 23:38:38 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-15 23:38:38 +0100
commitda5c1a36f0d9fcf37fd690dc5ae706cb9306db55 (patch)
treea4f3514b109b3b737b24c91488ba6a5e52d7c2ce
parent50bb4d180f6ed638f9bef336836d0706b19e29be (diff)
python: python-nr.stream: Declare as deprecated alias.
* guix-science/packages/python.scm (python-nr.stream): Declare as deprecated package alias of python-nr-stream, which is now in Guix proper.
-rw-r--r--guix-science/packages/python.scm20
1 files changed, 1 insertions, 19 deletions
diff --git a/guix-science/packages/python.scm b/guix-science/packages/python.scm
index 8cab8a0..3fcd075 100644
--- a/guix-science/packages/python.scm
+++ b/guix-science/packages/python.scm
@@ -405,25 +405,7 @@ Python objects and reverse.")
405 (license license:expat))) 405 (license license:expat)))
406 406
407(define-public python-nr.stream 407(define-public python-nr.stream
408 (package 408 (deprecated-package "python-nr.stream" python-nr-stream))
409 (name "python-nr.stream")
410 (version "0.1.1")
411 (source (origin
412 (method url-fetch)
413 (uri (pypi-uri "nr.stream" version))
414 (sha256
415 (base32
416 "11wzmp8rpsl0vfvg6w6syfy50393zlmj13dhnbzzh1fhszdcjjaw"))))
417 (build-system python-build-system)
418 (native-inputs
419 (list python-pytest))
420 (propagated-inputs
421 (list python-nr.collections python-nr.pylang.utils python-six))
422 (home-page "https://git.niklasrosenstein.com/NiklasRosenstein/nr")
423 (synopsis "Use iterators like Java streams")
424 (description "This package provides a module to use iterators like
425Java streams.")
426 (license license:expat)))
427 409
428(define-public python-nr.pylang.utils 410(define-public python-nr.pylang.utils
429 (package 411 (package