diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-19 14:00:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-19 14:00:47 +0000 |
commit | cdd9bc0a3f30a435cb36945f73a2f7e3e9e95f8b (patch) | |
tree | 88ff8b4c45fefce470a6f4c17354d2c5f4a812ab /math/py-numexpr | |
parent | 66316e3d6d5406f6a61923b19272414da3b7c087 (diff) | |
download | pkgsrc-cdd9bc0a3f30a435cb36945f73a2f7e3e9e95f8b.tar.gz |
py-numexpr: mark as not for python 2.7
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index e1561f6b2f7..cb8d71ed66a 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -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()" |