summaryrefslogtreecommitdiff
path: root/math/py-pywavelets/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pywavelets/Makefile')
-rw-r--r--math/py-pywavelets/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile
index df28922f3f3..c89e4ebb2b4 100644
--- a/math/py-pywavelets/Makefile
+++ b/math/py-pywavelets/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2022/04/15 11:27:41 nia Exp $
+# $NetBSD: Makefile,v 1.9 2022/11/14 23:50:35 wiz Exp $
-DISTNAME= PyWavelets-1.0.3
+DISTNAME= PyWavelets-1.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyWavelets/}
@@ -13,7 +12,7 @@ LICENSE= mit
REPLACE_PYTHON+= pywt/tests/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # numpy
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
do-test:
${PYTHONBIN} -c 'import pywt; pywt.test()'