summaryrefslogtreecommitdiff
path: root/math/py-netCDF4
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-12-06 15:31:28 +0000
committerwiz <wiz@pkgsrc.org>2021-12-06 15:31:28 +0000
commit89478e96652a83a2d68e9fe0df8c717c37ea0e09 (patch)
treeb43d3cc3a34d5ea6e8324f7e4365b885457813c9 /math/py-netCDF4
parent5ce8ffbb98282b91d48cbbca82a71bce2caa7e2c (diff)
downloadpkgsrc-89478e96652a83a2d68e9fe0df8c717c37ea0e09.tar.gz
py-netCDF4: mark as not for python 2.x
This depends on numpy which does not support python 2.x. Not sure why this doesn't break bulk builds.
Diffstat (limited to 'math/py-netCDF4')
-rw-r--r--math/py-netCDF4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-netCDF4/Makefile b/math/py-netCDF4/Makefile
index 689337f73fa..f067ee29f59 100644
--- a/math/py-netCDF4/Makefile
+++ b/math/py-netCDF4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/09/29 19:00:58 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/06 15:31:28 wiz Exp $
DISTNAME= netCDF4-1.5.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ SUBST_SED.paths+= -e 's,/usr/local,${PREFIX},g'
SUBST_FILES.paths+= setup.py
SUBST_MESSAGE.paths= Fixing header search paths.
-PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 36 # py-numpy
do-test:
cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ${PYTHONBIN} run_all.py