pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-numpy16
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Apr 9 23:46:52 UTC 2022
Modified Files:
pkgsrc/math/py-numpy16: DESCR Makefile
Log Message:
py-numpy16: allow Python 3.7 as well (un-break builds)
Now that Python 3.7 is also directed here for builds, include it in
PYTHON_VERSIONS_ACCEPTED.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-numpy16/DESCR
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-numpy16/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-numpy16/DESCR
diff -u pkgsrc/math/py-numpy16/DESCR:1.3 pkgsrc/math/py-numpy16/DESCR:1.4
--- pkgsrc/math/py-numpy16/DESCR:1.3 Thu Jun 25 19:00:37 2020
+++ pkgsrc/math/py-numpy16/DESCR Sat Apr 9 23:46:52 2022
@@ -8,5 +8,6 @@ create arrays of arbitrary type.
There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.
-This is an old version that still supports Python 2.7, kept because it
-is required dependency of other packages that still require Python 2.7.
+This is an old version that still supports Python 2.7 and 3.7, kept because
+it is a required dependency of other packages that still require those
+versions.
Index: pkgsrc/math/py-numpy16/Makefile
diff -u pkgsrc/math/py-numpy16/Makefile:1.9 pkgsrc/math/py-numpy16/Makefile:1.10
--- pkgsrc/math/py-numpy16/Makefile:1.9 Wed Jan 5 20:47:36 2022
+++ pkgsrc/math/py-numpy16/Makefile Sat Apr 9 23:46:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/05 20:47:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/04/09 23:46:52 gutteridge Exp $
DISTNAME= numpy-1.16.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,9 +12,8 @@ HOMEPAGE= http://www.numpy.org/
COMMENT= Array processing for numbers, strings, records, and objects
LICENSE= modified-bsd
-# While this builds with 3, the package only exists to accomodate
-# things that require python2.7.
-PYTHON_VERSIONS_ACCEPTED= 27
+# This package only exists to accomodate Python 2.7 and 3.7.
+PYTHON_VERSIONS_ACCEPTED= 37 27
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
Home |
Main Index |
Thread Index |
Old Index