pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numexpr
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 19 14:00:47 UTC 2021
Modified Files:
pkgsrc/math/py-numexpr: Makefile
Log Message:
py-numexpr: mark as not for python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/py-numexpr/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-numexpr/Makefile
diff -u pkgsrc/math/py-numexpr/Makefile:1.20 pkgsrc/math/py-numexpr/Makefile:1.21
--- pkgsrc/math/py-numexpr/Makefile:1.20 Tue Jun 29 08:42:01 2021
+++ pkgsrc/math/py-numexpr/Makefile Sun Dec 19 14:00:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/06/29 08:42:01 nia Exp $
+# $NetBSD: Makefile,v 1.21 2021/12/19 14:00:47 wiz Exp $
DISTNAME= numexpr-2.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE= mit
USE_LANGUAGES= c c++
REPLACE_PYTHON= numexpr/cpuinfo.py
-PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-numpy
do-test:
${PYTHONBIN} -c "import numexpr; numexpr.test()"
Home |
Main Index |
Thread Index |
Old Index