guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Remove python-numpy-next.


From: Leo Famulari
Subject: 01/01: gnu: Remove python-numpy-next.
Date: Fri, 5 Jan 2018 16:03:31 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit 4d6ed794dd10fb3d969e62c49f372d08ba5974b3
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 5 15:59:27 2018 -0500

    gnu: Remove python-numpy-next.
    
    This package was effectively superseded when NumPy was updated to 1.13.3.
    
    This is a followup to commit 68014502793ab8f3b0162fa8271a2be288519f93.
    
    * gnu/packages/python.scm (python-numpy-next, python2-numpy-next):
    Remove variables.
---
 gnu/packages/python.scm | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cf32d0c..4c69f5a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2736,26 +2736,6 @@ capabilities.")
 (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]