gnu: Remove python-numpy-next.

This package was effectively superseded when NumPy was updated to 1.13.3.

This is a followup to commit 6801450279.

* gnu/packages/python.scm (python-numpy-next, python2-numpy-next):
Remove variables.
This commit is contained in:
Leo Famulari 2018-01-05 15:59:27 -05:00
parent f9a6457dd6
commit 4d6ed794dd
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2736,26 +2736,6 @@ (define-public python-numpy
(define-public python2-numpy
(package-with-python2 python-numpy))
(define-public python-numpy-next
(package (inherit python-numpy)
(name "python-numpy-next")
(version "1.13.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "numpy" version ".zip"))
(sha256
(base32
"1fsgkhh1vdkhmlz8vmdgxnj9n9yaanckxxzz9s0b4p08fqvjic69"))))
(native-inputs
`(("unzip" ,unzip)
("python-cython" ,python-cython)
("python-nose" ,python-nose)
("gfortran" ,gfortran)))))
(define-public python2-numpy-next
(package-with-python2 python-numpy-next))
;; NOTE: NumPy 1.8 is packaged only for Python 2 because it is of
;; interest only for legacy code going back to NumPy's predecessor
;; Numeric.