summaryrefslogtreecommitdiff
path: root/math/py-numpy16
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-05 20:47:34 +0000
committerwiz <wiz@pkgsrc.org>2022-01-05 20:47:34 +0000
commit0dbdcfa23bc97d8a25b8a9c34a1e755a97703570 (patch)
tree7cfd375c992d10296c2cdfdd0eec867a6adba483 /math/py-numpy16
parent43bf547eddd3cbde9cce40d8543fe310d705c04e (diff)
downloadpkgsrc-0dbdcfa23bc97d8a25b8a9c34a1e755a97703570.tar.gz
*: set USE_PKG_RESOURCES for more packages
Diffstat (limited to 'math/py-numpy16')
-rw-r--r--math/py-numpy16/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/py-numpy16/Makefile b/math/py-numpy16/Makefile
index a19aa4759fa..91194dcabdd 100644
--- a/math/py-numpy16/Makefile
+++ b/math/py-numpy16/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/05 20:47:36 wiz Exp $
DISTNAME= numpy-1.16.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/numpy/}
EXTRACT_SUFX= .zip
@@ -20,6 +20,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
PYTHON_VERSIONED_DEPENDENCIES= test:test
+USE_PKG_RESOURCES= yes
+
USE_LANGUAGES= c fortran
.include "../../math/py-numpy/Makefile.make_env"