diff --git a/programming/language/python3/python3-numpy/actions.py b/programming/language/python3/python3-numpy/actions.py index 80acc6f073..1b98b73362 100644 --- a/programming/language/python3/python3-numpy/actions.py +++ b/programming/language/python3/python3-numpy/actions.py @@ -7,20 +7,21 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -from pisi.actionsapi import pythonmodules +from pisi.actionsapi import python3modules WorkDir = "numpy-%s" % get.srcVERSION() shelltools.export("ATLAS", "None") shelltools.export("PTATLAS", "None") +shelltools.export("Cython", "/usr/bin/cython3") # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") def build(): - pythonmodules.compile(pyVer="3") + python3modules.compile() def install(): - pythonmodules.install(pyVer="3") + python3modules.install() pisitools.dodoc("LICENSE.txt") for dirs in ["doc"]: diff --git a/programming/language/python3/python3-numpy/pspec.xml b/programming/language/python3/python3-numpy/pspec.xml index 4491f45981..cffb51989c 100644 --- a/programming/language/python3/python3-numpy/pspec.xml +++ b/programming/language/python3/python3-numpy/pspec.xml @@ -13,19 +13,20 @@ library The fundamental package needed for scientific computing with Python Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. - - https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.24.1.tar.gz - + https://files.pythonhosted.org/packages/source/n/numpy/numpy-2.1.0.tar.gz cython3 cblas-devel libgfortran lapack-devel python3-nose + meson-python python3-devel python3-tomli + python3-build python3-setuptools python3-importlib_metadata + python3-pyproject-metadata @@ -43,6 +44,7 @@ python3 libquadmath python3-setuptools + python3-pyproject-metadata /usr/lib @@ -66,6 +68,13 @@ + + 2024-08-19 + 2.1.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2023-10-16 1.24.1