pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-netCDF4 py-netCDF4: mark as not for python 2.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/a181912ccd63
branches: trunk
changeset: 770665:a181912ccd63
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 06 15:31:28 2021 +0000
description:
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:
math/py-netCDF4/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b71739916e26 -r a181912ccd63 math/py-netCDF4/Makefile
--- a/math/py-netCDF4/Makefile Mon Dec 06 15:27:30 2021 +0000
+++ b/math/py-netCDF4/Makefile Mon Dec 06 15:31:28 2021 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index