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:   gdt
Date:           Thu Jul  9 00:47:40 UTC 2020

Modified Files:
        pkgsrc/math/py-numpy16: Makefile

Log Message:
math/py-numpy16: Restrict to python 2.7

This package only exists to accomodate programs (e.g. gnuradio) which
have not yet updated to python3.  Therefore, only allow numpy16 for
python2.7.  (I believe there are zero py37-numpy16 users, and if so, that
should be discussed to understand why.)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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/Makefile
diff -u pkgsrc/math/py-numpy16/Makefile:1.2 pkgsrc/math/py-numpy16/Makefile:1.3
--- pkgsrc/math/py-numpy16/Makefile:1.2 Sun May 17 18:57:26 2020
+++ pkgsrc/math/py-numpy16/Makefile     Thu Jul  9 00:47:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/17 18:57:26 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/09 00:47:40 gdt Exp $
 
 DISTNAME=      numpy-1.16.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,10 @@ HOMEPAGE=    http://www.numpy.org/
 COMMENT=       Array processing for numbers, strings, records, and objects
 LICENSE=       modified-bsd
 
+# While this builds wtih 3, the package only exists to accomodate
+# things that requuire python2.7.
+PYTHON_VERSIONS_ACCEPTED=      27
+
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test



Home | Main Index | Thread Index | Old Index