pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numexpr py-numexpr: mark as not for python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fc211df249d
branches:  trunk
changeset: 771564:1fc211df249d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 19 14:00:47 2021 +0000

description:
py-numexpr: mark as not for python 2.7

diffstat:

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

diffs (18 lines):

diff -r 4464faf03f97 -r 1fc211df249d math/py-numexpr/Makefile
--- a/math/py-numexpr/Makefile  Sun Dec 19 13:59:32 2021 +0000
+++ b/math/py-numexpr/Makefile  Sun Dec 19 14:00:47 2021 +0000
@@ -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 @@
 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