pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-pywavelets
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 25 01:28:26 UTC 2022
Modified Files:
pkgsrc/math/py-pywavelets: Makefile
Log Message:
py-pywavelets: does not build with python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-pywavelets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-pywavelets/Makefile
diff -u pkgsrc/math/py-pywavelets/Makefile:1.6 pkgsrc/math/py-pywavelets/Makefile:1.7
--- pkgsrc/math/py-pywavelets/Makefile:1.6 Tue Jan 4 20:54:16 2022
+++ pkgsrc/math/py-pywavelets/Makefile Tue Jan 25 01:28:26 2022
@@ -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()'
Home |
Main Index |
Thread Index |
Old Index