pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numpy16 py-numpy16: allow Python 3.7 as well (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f29f89f080a0
branches:  trunk
changeset: 376581:f29f89f080a0
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 09 23:46:52 2022 +0000

description:
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.

diffstat:

 math/py-numpy16/DESCR    |  5 +++--
 math/py-numpy16/Makefile |  7 +++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r bae8f665c640 -r f29f89f080a0 math/py-numpy16/DESCR
--- a/math/py-numpy16/DESCR     Sat Apr 09 22:19:29 2022 +0000
+++ b/math/py-numpy16/DESCR     Sat Apr 09 23:46:52 2022 +0000
@@ -8,5 +8,6 @@
 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.
diff -r bae8f665c640 -r f29f89f080a0 math/py-numpy16/Makefile
--- a/math/py-numpy16/Makefile  Sat Apr 09 22:19:29 2022 +0000
+++ b/math/py-numpy16/Makefile  Sat Apr 09 23:46:52 2022 +0000
@@ -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 @@
 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