diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 22:27:43 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-13 19:24:34 +0200 |
commit | 945fdf8cf0dbcc435f1b47373ac47953e83736eb (patch) | |
tree | 26d9e2ad9f2125c58c5284cca6989c02b7358fa3 /gnu | |
parent | 9d72feb4927e43fe98623bf116f9cb768f51a602 (diff) |
gnu: python-numpy: Add 'upstream-name' property.
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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 |