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:           Mon Jul  3 20:40:57 UTC 2023

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

Log Message:
py-numpy16: allow python 3.8 for blender-lts


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/math/py-numpy16/Makefile:1.13
--- pkgsrc/math/py-numpy16/Makefile:1.12        Tue Mar 14 07:12:09 2023
+++ pkgsrc/math/py-numpy16/Makefile     Mon Jul  3 20:40:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/03/14 07:12:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/03 20:40:57 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.7.
-PYTHON_VERSIONS_ACCEPTED=      27
+# This package only exists to accomodate Python 2.7 and 3.8.
+PYTHON_VERSIONS_ACCEPTED=      27 38
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 



Home | Main Index | Thread Index | Old Index