summaryrefslogtreecommitdiff
path: root/math/py-numarray
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numarray')
-rw-r--r--math/py-numarray/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index 2713d768e7b..0798a636b7e 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/07/09 13:03:55 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/01/01 14:43:46 wiz Exp $
DISTNAME= numarray-1.5.2
PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2
@@ -15,7 +15,7 @@ PLIST_VARS+= blas
PLIST.blas= yes
.endif
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.5.2; use py-numpy
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.5.2; use py-numpy
do-test:
(cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)