pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-pywavelets py-pywavelets: does not build with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/845ba2ef54d6
branches:  trunk
changeset: 372444:845ba2ef54d6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 01:28:26 2022 +0000

description:
py-pywavelets: does not build with python 2.7

diffstat:

 math/py-pywavelets/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6baf250d622a -r 845ba2ef54d6 math/py-pywavelets/Makefile
--- a/math/py-pywavelets/Makefile       Tue Jan 25 01:26:19 2022 +0000
+++ b/math/py-pywavelets/Makefile       Tue Jan 25 01:28:26 2022 +0000
@@ -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 @@
 
 REPLACE_PYTHON+=       pywt/tests/*.py
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test:
        ${PYTHONBIN} -c 'import pywt; pywt.test()'
 



Home | Main Index | Thread Index | Old Index