pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix build breakage from py-scipy now being Python >= 3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a87cd5d2d015
branches:  trunk
changeset: 376582:a87cd5d2d015
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Apr 10 00:57:13 2022 +0000

description:
Fix build breakage from py-scipy now being Python >= 3.8

diffstat:

 finance/py-empyrical/Makefile        |  4 ++--
 finance/py-fecon235/Makefile         |  4 ++--
 geography/py-obspy/Makefile          |  4 ++--
 graphics/py-matplotlib-venn/Makefile |  4 ++--
 graphics/py-seaborn/Makefile         |  4 ++--
 ham/gnuradio-core/Makefile.common    |  4 ++--
 math/py-Theano/Makefile              |  4 ++--
 math/py-abcpmc/Makefile              |  4 ++--
 math/py-arviz/Makefile               |  4 ++--
 math/py-astropy/Makefile             |  4 ++--
 math/py-gwcs/Makefile                |  4 ++--
 math/py-lmfit/Makefile               |  4 ++--
 math/py-pandas/Makefile              |  4 ++--
 math/py-powerlaw/Makefile            |  4 ++--
 math/py-pymc3/Makefile               |  4 ++--
 math/py-scikit-image/Makefile        |  4 ++--
 math/py-scikit-learn/Makefile        |  4 ++--
 math/py-statsmodels/Makefile         |  4 ++--
 x11/py-qtgraph-qt5/Makefile          |  4 ++--
 19 files changed, 38 insertions(+), 38 deletions(-)

diffs (truncated from 342 to 300 lines):

diff -r f29f89f080a0 -r a87cd5d2d015 finance/py-empyrical/Makefile
--- a/finance/py-empyrical/Makefile     Sat Apr 09 23:46:52 2022 +0000
+++ b/finance/py-empyrical/Makefile     Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 00:57:13 gutteridge Exp $
 
 DISTNAME=      empyrical-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 finance/py-fecon235/Makefile
--- a/finance/py-fecon235/Makefile      Sat Apr 09 23:46:52 2022 +0000
+++ b/finance/py-fecon235/Makefile      Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/12/30 13:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 00:57:13 gutteridge Exp $
 
 GITHUB_PROJECT=        fecon235
 GITHUB_TAG=    v5.17.0722
@@ -23,7 +23,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-matplotlib, py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-matplotlib, py-scipy
 
 NO_BUILD=              yes
 PY_PATCHPLIST=         yes
diff -r f29f89f080a0 -r a87cd5d2d015 geography/py-obspy/Makefile
--- a/geography/py-obspy/Makefile       Sat Apr 09 23:46:52 2022 +0000
+++ b/geography/py-obspy/Makefile       Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2022/01/05 15:41:11 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2022/04/10 00:57:13 gutteridge Exp $
 
 DISTNAME=      obspy-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,7 +25,7 @@
 
 REPLACE_BASH=  obspy/taup/tests/data/TauP_test_data/gendata.sh
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 USE_PKG_RESOURCES=     yes
 
diff -r f29f89f080a0 -r a87cd5d2d015 graphics/py-matplotlib-venn/Makefile
--- a/graphics/py-matplotlib-venn/Makefile      Sat Apr 09 23:46:52 2022 +0000
+++ b/graphics/py-matplotlib-venn/Makefile      Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 00:57:13 gutteridge Exp $
 
 DISTNAME=      matplotlib-venn-0.11.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 graphics/py-seaborn/Makefile
--- a/graphics/py-seaborn/Makefile      Sat Apr 09 23:46:52 2022 +0000
+++ b/graphics/py-seaborn/Makefile      Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:07 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      seaborn-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-matplotlib, py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-matplotlib, py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 ham/gnuradio-core/Makefile.common
--- a/ham/gnuradio-core/Makefile.common Sat Apr 09 23:46:52 2022 +0000
+++ b/ham/gnuradio-core/Makefile.common Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2022/02/20 11:03:43 mef Exp $
+# $NetBSD: Makefile.common,v 1.40 2022/04/10 01:05:34 gutteridge Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -54,7 +54,7 @@
 PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
 
 # see CMakeLists.txt GR_PYTHON_MIN_VERSION
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-Theano/Makefile
--- a/math/py-Theano/Makefile   Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-Theano/Makefile   Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/01/05 15:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      Theano-1.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@
 REPLACE.bash.new=      ${SH}
 REPLACE_FILES.bash=    theano/misc/check_blas_many.sh
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 USE_PKG_RESOURCES=     yes
 
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-abcpmc/Makefile
--- a/math/py-abcpmc/Makefile   Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-abcpmc/Makefile   Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      abcpmc-0.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-arviz/Makefile
--- a/math/py-arviz/Makefile    Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-arviz/Makefile    Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/02/10 14:21:59 adam Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      arviz-0.11.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-xarray
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-xarray, py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-astropy/Makefile
--- a/math/py-astropy/Makefile  Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-astropy/Makefile  Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/05 15:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      astropy-4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,7 +31,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-jplephem>=2.15:../../math/py-jplephem
 DEPENDS+=      ${PYPKGPREFIX}-pyerfa>=1.7.1.1:../../math/py-pyerfa
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 USE_PKG_RESOURCES=     yes
 
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-gwcs/Makefile
--- a/math/py-gwcs/Makefile     Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-gwcs/Makefile     Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      gwcs-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@
 COMMENT=       Generalized World Coordinate System
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.1:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-lmfit/Makefile
--- a/math/py-lmfit/Makefile    Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-lmfit/Makefile    Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:54:14 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      lmfit-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-pandas/Makefile
--- a/math/py-pandas/Makefile   Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-pandas/Makefile   Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/04/09 21:33:50 gutteridge Exp $
+# $NetBSD: Makefile,v 1.39 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      pandas-1.3.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -28,7 +28,7 @@
 
 PYSETUPTESTTARGET=     pytest
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 .include "../../lang/python/egg.mk"
 BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.16.5
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-powerlaw/Makefile
--- a/math/py-powerlaw/Makefile Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-powerlaw/Makefile Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/10 00:57:14 gutteridge Exp $
 
 DISTNAME=      powerlaw-1.4.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-matplotlib, py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-matplotlib, py-scipy
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-pymc3/Makefile
--- a/math/py-pymc3/Makefile    Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-pymc3/Makefile    Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:16 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/10 00:57:15 gutteridge Exp $
 
 DISTNAME=      pymc3-3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.18.1:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-tqdm>=4.8.4:../../misc/py-tqdm
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-matplotlib, py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-matplotlib, py-scipy
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-scikit-image/Makefile
--- a/math/py-scikit-image/Makefile     Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-scikit-image/Makefile     Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/01/05 15:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/10 00:57:15 gutteridge Exp $
 
 DISTNAME=      scikit-image-0.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,7 @@
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-tifffile
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-tifffile, py-scipy
 
 USE_PKG_RESOURCES=     yes
 
diff -r f29f89f080a0 -r a87cd5d2d015 math/py-scikit-learn/Makefile
--- a/math/py-scikit-learn/Makefile     Sat Apr 09 23:46:52 2022 +0000
+++ b/math/py-scikit-learn/Makefile     Sun Apr 10 00:57:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/01/04 20:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/10 00:57:15 gutteridge Exp $
 
 DISTNAME=      scikit-learn-0.22.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@
 
 USE_LANGUAGES= c c++ fortran



Home | Main Index | Thread Index | Old Index