summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-05-05 06:27:45 +0000
committerwiz <wiz@pkgsrc.org>2021-05-05 06:27:45 +0000
commitbdc6243fd5bb86417866557741e915fba18d561c (patch)
tree3bbdb90bd68672cc910888599a37a35d0441aa67 /math
parentdc46e3a6ae229e5604bf41035d6692241ce5fe42 (diff)
downloadpkgsrc-bdc6243fd5bb86417866557741e915fba18d561c.tar.gz
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 (limited to 'math')
-rw-r--r--math/py-numpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 082cfab3b9c..1cfeaa2d433 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -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"