summaryrefslogtreecommitdiff
path: root/math/py-pywavelets
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/py-pywavelets
parenta34546a2bd22bff725834a21f41a55acd51e0d43 (diff)
downloadpkgsrc-f19b1008fedd0c107465d52582898926ef33d10a.tar.gz
math: Mark some packages incompatible with Python 3.7 due to numpy
Diffstat (limited to 'math/py-pywavelets')
-rw-r--r--math/py-pywavelets/Makefile4
1 files changed, 2 insertions, 2 deletions
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()'