pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-netCDF4
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 6 15:31:28 UTC 2021
Modified Files:
pkgsrc/math/py-netCDF4: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-netCDF4/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-netCDF4/Makefile
diff -u pkgsrc/math/py-netCDF4/Makefile:1.13 pkgsrc/math/py-netCDF4/Makefile:1.14
--- pkgsrc/math/py-netCDF4/Makefile:1.13 Wed Sep 29 19:00:58 2021
+++ pkgsrc/math/py-netCDF4/Makefile Mon Dec 6 15:31:28 2021
@@ -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,${PRE
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