From da5c1a36f0d9fcf37fd690dc5ae706cb9306db55 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 15 Jan 2024 23:38:38 +0100 Subject: 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. --- guix-science/packages/python.scm | 20 +------------------- 1 file changed, 1 insertion(+), 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.") (license license:expat))) (define-public python-nr.stream - (package - (name "python-nr.stream") - (version "0.1.1") - (source (origin - (method url-fetch) - (uri (pypi-uri "nr.stream" version)) - (sha256 - (base32 - "11wzmp8rpsl0vfvg6w6syfy50393zlmj13dhnbzzh1fhszdcjjaw")))) - (build-system python-build-system) - (native-inputs - (list python-pytest)) - (propagated-inputs - (list python-nr.collections python-nr.pylang.utils python-six)) - (home-page "https://git.niklasrosenstein.com/NiklasRosenstein/nr") - (synopsis "Use iterators like Java streams") - (description "This package provides a module to use iterators like -Java streams.") - (license license:expat))) + (deprecated-package "python-nr.stream" python-nr-stream)) (define-public python-nr.pylang.utils (package -- cgit v1.2.3