[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Rename last 'python-numpy' to 'python-numpy-
From: |
guix-commits |
Subject: |
branch master updated: gnu: Rename last 'python-numpy' to 'python-numpy-next'. |
Date: |
Fri, 31 Dec 2021 07:50:12 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 952ebf02ce gnu: Rename last 'python-numpy' to 'python-numpy-next'.
952ebf02ce is described below
commit 952ebf02cededca67b717284c498d730a9c4f6cc
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Dec 30 22:13:48 2021 +0100
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>
---
gnu/packages/python-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index beb3b3a471..b6534c677f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5366,11 +5366,9 @@ writing C extensions for Python as easy as Python
itself.")
""))
#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
(package
- (name "python-numpy")
+ (name "python-numpy-next")
(version "1.21.3")
(source
(origin
@@ -5440,6 +5438,7 @@ capabilities.")
(strip-python2-variant python-numpy-next))))
(package
(inherit numpy)
+ (name "python-numpy")
(version "1.16.5")
(source (origin
(method url-fetch)
@@ -5466,6 +5465,7 @@ capabilities.")
(define-public python-numpy-1.20
(package
(inherit python-numpy-next)
+ (name "python-numpy")
(version "1.20.3")
(source (origin
(method url-fetch)
@@ -5481,6 +5481,8 @@ capabilities.")
(substitute-keyword-arguments (package-arguments python-numpy-next)
((#: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)
;; NOTE: NumPy 1.8 is packaged only for Python 2 because it is of
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Rename last 'python-numpy' to 'python-numpy-next'.,
guix-commits <=