diff --git a/programming/language/python3/python3-numpy/actions.py b/programming/language/python3/python3-numpy/actions.py index a77eeb528f..80acc6f073 100644 --- a/programming/language/python3/python3-numpy/actions.py +++ b/programming/language/python3/python3-numpy/actions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import get from pisi.actionsapi import pisitools @@ -21,7 +21,7 @@ def build(): def install(): pythonmodules.install(pyVer="3") - pisitools.dodoc("LICENSE*") - + pisitools.dodoc("LICENSE.txt") + for dirs in ["doc"]: - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) \ No newline at end of file + pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) diff --git a/programming/language/python3/python3-numpy/pspec.xml b/programming/language/python3/python3-numpy/pspec.xml index 1d633861c2..56e227b0e5 100644 --- a/programming/language/python3/python3-numpy/pspec.xml +++ b/programming/language/python3/python3-numpy/pspec.xml @@ -1,5 +1,5 @@ - + python3-numpy @@ -13,18 +13,22 @@ 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://github.com/numpy/numpy/archive/v1.21.2.tar.gz + + https://files.pythonhosted.org/packages/source/n/numpy/numpy-1.24.1.tar.gz + cython3 - libgfortran cblas-devel + libgfortran lapack-devel python3-nose python3-devel + python3-tomli python3-setuptools - + python3-importlib_metadata + + + @@ -34,6 +38,7 @@ blas cblas + libgcc lapack python3 libquadmath @@ -42,11 +47,13 @@ /usr/lib /usr/bin - /usr/share/doc/python3-numpy/README* - /usr/share/doc/python3-numpy/LICENSE* + /usr/share/doc/python3-numpy/PKG-INFO + /usr/share/doc/python3-numpy/README.md + /usr/share/doc/python3-numpy/THANKS.txt + /usr/share/doc/python3-numpy/LICENSE.txt - + python3-numpy-docs Documentation files for python3-numpy @@ -59,6 +66,13 @@ + + 2023-01-22 + 1.24.1 + Version bump. + fury + uglyside@yandex.ru + 2021-10-22 1.21.2 diff --git a/programming/language/python3/python3-numpy/translations.xml b/programming/language/python3/python3-numpy/translations.xml index 2ec320b6d5..3bf187d52a 100644 --- a/programming/language/python3/python3-numpy/translations.xml +++ b/programming/language/python3/python3-numpy/translations.xml @@ -12,4 +12,4 @@ python3-numpy için belgelendirme dosyaları python3-numpy-docs, python3-numpy için belgelendirme dosyalarını içerir. - \ No newline at end of file +