pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May  5 06:27:45 UTC 2021

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

Log Message:
py-numpy: allow python 3.6 again

Better have this listed as breakage for py36-numpy than not having the
bulk builds start up because the packages using this still want to
build it for python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/math/py-numpy/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-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.79 pkgsrc/math/py-numpy/Makefile:1.80
--- pkgsrc/math/py-numpy/Makefile:1.79  Mon May  3 17:15:22 2021
+++ pkgsrc/math/py-numpy/Makefile       Wed May  5 06:27:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2021/05/03 17:15:22 adam Exp $
+# $NetBSD: Makefile,v 1.80 2021/05/05 06:27:45 wiz Exp $
 
 DISTNAME=      numpy-1.20.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ USE_LANGUAGES=                c99 fortran
 
 REPLACE_PYTHON+=       *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 36
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # 36
 
 # XXX Avoid picking up other compilers when installed
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index