summaryrefslogtreecommitdiff
path: root/math/py-numexpr
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-29 08:41:59 +0000
committernia <nia@pkgsrc.org>2021-06-29 08:41:59 +0000
commit3e39f69b844450d01f1219d2df7e5ae611433955 (patch)
treeedf4d9e4d2f84e59912a3faa30f5e021d97e81cf /math/py-numexpr
parent2cc0f1fad2a9a3a7e7800422f0b112a9e0ce071d (diff)
downloadpkgsrc-3e39f69b844450d01f1219d2df7e5ae611433955.tar.gz
py-numpy: "Python version >= 3.7 required."
Diffstat (limited to 'math/py-numexpr')
-rw-r--r--math/py-numexpr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index ce9d72c9541..e1561f6b2f7 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/05/05 10:05:19 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/29 08:42:01 nia Exp $
DISTNAME= numexpr-2.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,6 +13,8 @@ LICENSE= mit
USE_LANGUAGES= c c++
REPLACE_PYTHON= numexpr/cpuinfo.py
+PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
+
do-test:
${PYTHONBIN} -c "import numexpr; numexpr.test()"