summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-15 11:27:41 +0000
committernia <nia@pkgsrc.org>2022-04-15 11:27:41 +0000
commitf19b1008fedd0c107465d52582898926ef33d10a (patch)
tree30558f197d23cf02ba2972b749507da11f5e7e16 /math
parenta34546a2bd22bff725834a21f41a55acd51e0d43 (diff)
downloadpkgsrc-f19b1008fedd0c107465d52582898926ef33d10a.tar.gz
math: Mark some packages incompatible with Python 3.7 due to numpy
Diffstat (limited to 'math')
-rw-r--r--math/py-bottleneck/Makefile4
-rw-r--r--math/py-numba/Makefile4
-rw-r--r--math/py-numexpr/Makefile4
-rw-r--r--math/py-pywavelets/Makefile4
-rw-r--r--math/py-tables/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/math/py-bottleneck/Makefile b/math/py-bottleneck/Makefile
index 41f7b3a4d58..e88beb0a9c2 100644
--- a/math/py-bottleneck/Makefile
+++ b/math/py-bottleneck/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/25 01:26:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/15 11:27:41 nia Exp $
DISTNAME= Bottleneck-1.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,7 +15,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
PYSETUPTESTTARGET= pytest
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # numpy
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
diff --git a/math/py-numba/Makefile b/math/py-numba/Makefile
index 08a091f9006..47063da6d00 100644
--- a/math/py-numba/Makefile
+++ b/math/py-numba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/01/28 09:24:33 adam Exp $
+# $NetBSD: Makefile,v 1.30 2022/04/15 11:27:41 nia Exp $
DISTNAME= numba-0.55.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@ MAKE_ENV+= NUMBA_DISABLE_OPENMP=1
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
USE_PKG_RESOURCES= yes
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 3f20e44f201..c78a3deb744 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/01/04 23:35:37 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2022/04/15 11:27:41 nia Exp $
DISTNAME= numexpr-2.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= mit
USE_LANGUAGES= c c++
REPLACE_PYTHON= numexpr/cpuinfo.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # numpy
# needs to be installed first
do-test:
diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile
index ed45203360f..df28922f3f3 100644
--- a/math/py-pywavelets/Makefile
+++ b/math/py-pywavelets/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/25 01:28:26 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/15 11:27:41 nia Exp $
DISTNAME= PyWavelets-1.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -13,7 +13,7 @@ LICENSE= mit
REPLACE_PYTHON+= pywt/tests/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # numpy
do-test:
${PYTHONBIN} -c 'import pywt; pywt.test()'
diff --git a/math/py-tables/Makefile b/math/py-tables/Makefile
index 51f1c815b06..205e4e299d0 100644
--- a/math/py-tables/Makefile
+++ b/math/py-tables/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/01/05 15:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/15 11:27:41 nia Exp $
DISTNAME= tables-3.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ DEPENDS+= ${PYPKGPREFIX}-numexpr>=2.6.2:../../math/py-numexpr
USE_LANGUAGES= c c++
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
USE_PKG_RESOURCES= yes