guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: python-numpy: Add 'upstream-name' property.


From: guix-commits
Subject: 03/17: gnu: python-numpy: Add 'upstream-name' property.
Date: Sat, 13 Aug 2022 13:26:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 945fdf8cf0dbcc435f1b47373ac47953e83736eb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Aug 12 22:27:43 2022 +0200

    gnu: python-numpy: Add 'upstream-name' property.
    
    * gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

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



reply via email to

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