summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-08-12 22:27:43 +0200
committerMarius Bakke <marius@gnu.org>2022-08-13 19:24:34 +0200
commit945fdf8cf0dbcc435f1b47373ac47953e83736eb (patch)
tree26d9e2ad9f2125c58c5284cca6989c02b7358fa3 /gnu/packages/python-xyz.scm
parent9d72feb4927e43fe98623bf116f9cb768f51a602 (diff)
gnu: python-numpy: Add 'upstream-name' property.
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9f56ea30b3..dd07f55e09 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5643,6 +5643,8 @@ with Python. It contains among other things: a powerful N-dimensional array
object, sophisticated (broadcasting) functions, tools for integrating C/C++
and Fortran code, useful linear algebra, Fourier transform, and random number
capabilities.")
+ (properties
+ '((upstream-name . "numpy")))
(license license:bsd-3)))
(define-public python-numpy-next