diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-25 01:28:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-25 01:28:26 +0000 |
commit | f45958a01fac5b172cb2c26f910656783bebdaa6 (patch) | |
tree | cbff71c481718defc348bea4d04b0e49dab93f97 /math | |
parent | 33505cbfc47d778dee81d93c3d4561c2c1dd08db (diff) | |
download | pkgsrc-f45958a01fac5b172cb2c26f910656783bebdaa6.tar.gz |
py-pywavelets: does not build with python 2.7
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pywavelets/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile index 4b570345e11..ed45203360f 100644 --- a/math/py-pywavelets/Makefile +++ b/math/py-pywavelets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:16 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/25 01:28:26 wiz Exp $ DISTNAME= PyWavelets-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -13,6 +13,8 @@ LICENSE= mit REPLACE_PYTHON+= pywt/tests/*.py +PYTHON_VERSIONS_INCOMPATIBLE= 27 + do-test: ${PYTHONBIN} -c 'import pywt; pywt.test()' |