diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numba/Makefile | 6 | ||||
-rw-r--r-- | math/py-numpy16/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/py-numba/Makefile b/math/py-numba/Makefile index 8d63a19a162..631351343ec 100644 --- a/math/py-numba/Makefile +++ b/math/py-numba/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2022/01/04 20:54:14 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2022/01/05 20:47:36 wiz Exp $ DISTNAME= numba-0.51.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=n/numba/} @@ -18,6 +18,8 @@ USE_LANGUAGES= c c++ PYTHON_VERSIONS_INCOMPATIBLE= 27 +USE_PKG_RESOURCES= yes + post-install: .for cmd in numba pycc cd ${DESTDIR}${PREFIX}/bin && \ 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" |