pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: allow python 3.6 again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/179ed7074684
branches:  trunk
changeset: 452040:179ed7074684
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 05 06:27:45 2021 +0000

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

diffstat:

 math/py-numpy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1442f110c843 -r 179ed7074684 math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Wed May 05 04:51:58 2021 +0000
+++ b/math/py-numpy/Makefile    Wed May 05 06:27:45 2021 +0000
@@ -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 @@
 
 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