From 3ce337f7cdb0a181cfd48de139d733dc583457dc Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 25 Jan 2022 01:28:26 +0000 Subject: [PATCH] py-pywavelets: does not build with python 2.7 --- math/py-pywavelets/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/py-pywavelets/Makefile b/math/py-pywavelets/Makefile index 4b570345e114..ed45203360ff 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()'