pkgsrc-WIP-changes archive

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

(math/py-pywavelets) remove py27 compatibility



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Dec 17 12:18:33 2020 +0900
Changeset:	77a70212c2ce6c9ea32f16051b20fb8ac7eb6380

Modified Files:
	py-pywavelets/Makefile

Log Message:
(math/py-pywavelets) remove py27 compatibility

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=77a70212c2ce6c9ea32f16051b20fb8ac7eb6380

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pywavelets/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-pywavelets/Makefile b/py-pywavelets/Makefile
index 631129f31e..a8e5ce722a 100644
--- a/py-pywavelets/Makefile
+++ b/py-pywavelets/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Discrete Wavelet Transforms in Python
 LICENSE=	mit
 
 #EPENDS+=	${PYPKGPREFIX}-scipy>=1.0.1:../../math/py-scipy
+PYTHON_VERSIONS_INCOMPATIBLE+=        27
 
 REPLACE_PYTHON+=	pywt/tests/*.py
 


Home | Main Index | Thread Index | Old Index