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:   wiz
Date:           Tue Nov 14 00:12:20 UTC 2023

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

Log Message:
py-numpy16: remove support for Python 2

AFAICT this is not needed any longer;
its Python 3.8 support is still needed though.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/math/py-numpy16/Makefile:1.14
--- pkgsrc/math/py-numpy16/Makefile:1.13        Mon Jul  3 20:40:57 2023
+++ pkgsrc/math/py-numpy16/Makefile     Tue Nov 14 00:12:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/07/03 20:40:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/11/14 00:12:20 wiz Exp $
 
 DISTNAME=      numpy-1.16.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,8 +12,8 @@ HOMEPAGE=     http://www.numpy.org/
 COMMENT=       Array processing for numbers, strings, records, and objects
 LICENSE=       modified-bsd
 
-# This package only exists to accomodate Python 2.7 and 3.8.
-PYTHON_VERSIONS_ACCEPTED=      27 38
+# This package only exists to accomodate Python 3.8.
+PYTHON_VERSIONS_ACCEPTED=      38
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 



Home | Main Index | Thread Index | Old Index