Archived
1
0
Fork 0

gnu: Rename last 'python-numpy' to 'python-numpy-next'.

* gnu/packages/python-xyz.scm (python-numpy-next)[name]: Rename.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
zimoun 2021-12-30 22:13:48 +01:00 committed by Ricardo Wurmus
parent 13c4a85cee
commit 952ebf02ce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5366,11 +5366,9 @@ writing C extensions for Python as easy as Python itself.")
"")) ""))
#t))))))))) #t)))))))))
;; NOTE: when upgrading numpy please make sure that python-pandas and
;; python-scipy still build, as these three packages are often used together.
(define-public python-numpy-next (define-public python-numpy-next
(package (package
(name "python-numpy") (name "python-numpy-next")
(version "1.21.3") (version "1.21.3")
(source (source
(origin (origin
@ -5440,6 +5438,7 @@ capabilities.")
(strip-python2-variant python-numpy-next)))) (strip-python2-variant python-numpy-next))))
(package (package
(inherit numpy) (inherit numpy)
(name "python-numpy")
(version "1.16.5") (version "1.16.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -5466,6 +5465,7 @@ capabilities.")
(define-public python-numpy-1.20 (define-public python-numpy-1.20
(package (package
(inherit python-numpy-next) (inherit python-numpy-next)
(name "python-numpy")
(version "1.20.3") (version "1.20.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -5481,6 +5481,8 @@ capabilities.")
(substitute-keyword-arguments (package-arguments python-numpy-next) (substitute-keyword-arguments (package-arguments python-numpy-next)
((#:tests? _ #t) #f))))) ((#:tests? _ #t) #f)))))
;; NOTE: when upgrading numpy please make sure that python-pandas and
;; python-scipy still build, as these three packages are often used together.
(define-public python-numpy python-numpy-1.20) (define-public python-numpy python-numpy-1.20)
;; NOTE: NumPy 1.8 is packaged only for Python 2 because it is of ;; NOTE: NumPy 1.8 is packaged only for Python 2 because it is of