Sat Nov 6 11:53:13 2021 UTC ()
py-scipy: updated to 1.7.2

SciPy 1.7.2 is a bug-fix release with no new features
compared to 1.7.1. Notably, the release includes wheels
for Python 3.10, and wheels are now built with a newer
version of OpenBLAS, 0.3.17. Python 3.10 wheels are provided
for MacOS x86_64 (thin, not universal2 or arm64 at this time),
and Windows/Linux 64-bit. Many wheels are now built with newer
versions of manylinux, which may require newer versions of pip.


(adam)
diff -r1.50 -r1.51 pkgsrc/math/py-scipy/Makefile
diff -r1.19 -r1.20 pkgsrc/math/py-scipy/PLIST
diff -r1.27 -r1.28 pkgsrc/math/py-scipy/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/math/py-scipy/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-scipy/Makefile 2021/11/02 18:51:02 1.50
+++ pkgsrc/math/py-scipy/Makefile 2021/11/06 11:53:13 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2021/11/02 18:51:02 adam Exp $ 1# $NetBSD: Makefile,v 1.51 2021/11/06 11:53:13 adam Exp $
2 2
3DISTNAME= scipy-1.7.1 3DISTNAME= scipy-1.7.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scipy/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/scipy/}
7 7
8MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
9HOMEPAGE= https://www.scipy.org/ 9HOMEPAGE= https://www.scipy.org/
10COMMENT= Scientific Algorithms Library for Python 10COMMENT= Scientific Algorithms Library for Python
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-pybind11-[0-9]*:../../devel/py-pybind11 13DEPENDS+= ${PYPKGPREFIX}-pybind11-[0-9]*:../../devel/py-pybind11
14DEPENDS+= ${PYPKGPREFIX}-pythran>=0.9.11:../../math/py-pythran 14DEPENDS+= ${PYPKGPREFIX}-pythran>=0.9.11:../../math/py-pythran
15TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose 15TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
@@ -56,19 +56,19 @@ fix-darwin-install-name: @@ -56,19 +56,19 @@ fix-darwin-install-name:
56.endif 56.endif
57 57
58# self test failures for 1.1.0 reported at 58# self test failures for 1.1.0 reported at
59# https://github.com/scipy/scipy/issues/9196 59# https://github.com/scipy/scipy/issues/9196
60# needs 'make install' first! 60# needs 'make install' first!
61do-test: 61do-test:
62 cd ${WRKDIR} && \ 62 cd ${WRKDIR} && \
63 ${PYTHONBIN} -c "import scipy; scipy.test('full')" 63 ${PYTHONBIN} -c "import scipy; scipy.test('full')"
64 64
65.include "../../devel/boost-headers/buildlink3.mk" 65.include "../../devel/boost-headers/buildlink3.mk"
66.include "../../devel/py-cython/buildlink3.mk" 66.include "../../devel/py-cython/buildlink3.mk"
67.include "../../devel/py-pybind11/buildlink3.mk" 67.include "../../devel/py-pybind11/buildlink3.mk"
68.include "../../lang/python/application.mk" 68.include "../../lang/python/application.mk"
69.include "../../lang/python/distutils.mk" 69.include "../../lang/python/egg.mk"
70.include "../../math/fftw/buildlink3.mk" 70.include "../../math/fftw/buildlink3.mk"
71BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.17.3 71BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.17.3
72.include "../../math/py-numpy/buildlink3.mk" 72.include "../../math/py-numpy/buildlink3.mk"
73.include "../../math/py-pythran/buildlink3.mk" 73.include "../../math/py-pythran/buildlink3.mk"
74.include "../../mk/bsd.pkg.mk" 74.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/math/py-scipy/PLIST (expand / switch to unified diff)

--- pkgsrc/math/py-scipy/PLIST 2021/11/02 18:51:02 1.19
+++ pkgsrc/math/py-scipy/PLIST 2021/11/06 11:53:13 1.20
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1@comment $NetBSD: PLIST,v 1.19 2021/11/02 18:51:02 adam Exp $ 1@comment $NetBSD: PLIST,v 1.20 2021/11/06 11:53:13 adam Exp $
2${PYSITELIB}/${EGG_FILE}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_FILE}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_FILE}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_FILE}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_FILE}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
7${PYSITELIB}/scipy/HACKING.rst.txt 8${PYSITELIB}/scipy/HACKING.rst.txt
8${PYSITELIB}/scipy/INSTALL.rst.txt 9${PYSITELIB}/scipy/INSTALL.rst.txt
9${PYSITELIB}/scipy/LICENSE.txt 10${PYSITELIB}/scipy/LICENSE.txt
10${PYSITELIB}/scipy/__config__.py 11${PYSITELIB}/scipy/__config__.py
11${PYSITELIB}/scipy/__config__.pyc 12${PYSITELIB}/scipy/__config__.pyc
12${PYSITELIB}/scipy/__config__.pyo 13${PYSITELIB}/scipy/__config__.pyo
13${PYSITELIB}/scipy/__init__.py 14${PYSITELIB}/scipy/__init__.py
14${PYSITELIB}/scipy/__init__.pyc 15${PYSITELIB}/scipy/__init__.pyc
15${PYSITELIB}/scipy/__init__.pyo 16${PYSITELIB}/scipy/__init__.pyo
16${PYSITELIB}/scipy/_build_utils/__init__.py 17${PYSITELIB}/scipy/_build_utils/__init__.py
17${PYSITELIB}/scipy/_build_utils/__init__.pyc 18${PYSITELIB}/scipy/_build_utils/__init__.pyc
18${PYSITELIB}/scipy/_build_utils/__init__.pyo 19${PYSITELIB}/scipy/_build_utils/__init__.pyo
19${PYSITELIB}/scipy/_build_utils/_fortran.py 20${PYSITELIB}/scipy/_build_utils/_fortran.py

cvs diff -r1.27 -r1.28 pkgsrc/math/py-scipy/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-scipy/distinfo 2021/11/02 18:51:02 1.27
+++ pkgsrc/math/py-scipy/distinfo 2021/11/06 11:53:13 1.28
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.27 2021/11/02 18:51:02 adam Exp $ 1$NetBSD: distinfo,v 1.28 2021/11/06 11:53:13 adam Exp $
2 2
3BLAKE2s (scipy-1.7.1.tar.gz) = 833681b9049355c0617de2b5a876ff064b9fc5d96161e424d285fde5de479815 3BLAKE2s (scipy-1.7.2.tar.gz) = 7cd72804f51104082d305e80d8c4e95b67708268cb50c28e0b09daefe6740829
4SHA512 (scipy-1.7.1.tar.gz) = 81fea7e4f5fbcd537d662273507b6ac75bd4cf900567da8083ac86fb06d9f96b010d01a1697db53211440f0fdb2d89510313bafd3d383284d0ab9a08311dd102 4SHA512 (scipy-1.7.2.tar.gz) = 87596430571ff2a43f067eaaf3254c0841dac82b9152cb64040f1a4d9bc5429aebc31c619ce55d74727f2a79567dfef4acbc6252c24c46d3c8849f97e6e8cfef
5Size (scipy-1.7.1.tar.gz) = 36102628 bytes 5Size (scipy-1.7.2.tar.gz) = 36104529 bytes
6SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422 6SHA1 (patch-scipy_special___round.h) = bc05a935e6423ce8395450ad3b30e88826939422
7SHA1 (patch-scipy_stats_setup.py) = 23ecc1c0f709051920c3761a78d9edb75092ac79 7SHA1 (patch-scipy_stats_setup.py) = 23ecc1c0f709051920c3761a78d9edb75092ac79