diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 08:43:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 08:43:23 +0000 |
commit | 892854f7a32781ebeeb8bc9db8b9889c53b53873 (patch) | |
tree | 7e466c7bb18ae61426d94397c2dce8de9660d218 /math | |
parent | 9b04ecab00bfba4f5a7e5bb480c3b3116eaa80c8 (diff) | |
download | pkgsrc-892854f7a32781ebeeb8bc9db8b9889c53b53873.tar.gz |
py-Numeric: convert to egg.mk
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/Makefile | 6 | ||||
-rw-r--r-- | math/py-Numeric/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/py-Numeric/Makefile b/math/py-Numeric/Makefile index f6295baf878..2df1a34fa9a 100644 --- a/math/py-Numeric/Makefile +++ b/math/py-Numeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2019/09/02 13:20:00 adam Exp $ +# $NetBSD: Makefile,v 1.61 2022/01/10 08:43:23 wiz Exp $ DISTNAME= Numeric-24.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} @@ -19,5 +19,5 @@ BUILDLINK_PASSTHRU_DIRS+= /System/Library/Frameworks/vecLib.framework/Headers PLIST.blas= yes .endif -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-Numeric/PLIST b/math/py-Numeric/PLIST index c80e9137496..834e208392e 100644 --- a/math/py-Numeric/PLIST +++ b/math/py-Numeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2012/04/08 20:21:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/01/10 08:43:23 wiz Exp $ ${PYINC}/Numeric/arrayobject.h ${PYINC}/Numeric/f2c.h ${PYINC}/Numeric/ranlib.h @@ -32,7 +32,6 @@ ${PYSITELIB}/Numeric/MLab.pyo ${PYSITELIB}/Numeric/Matrix.py ${PYSITELIB}/Numeric/Matrix.pyc ${PYSITELIB}/Numeric/Matrix.pyo -${PYSITELIB}/Numeric/${EGG_FILE} ${PYSITELIB}/Numeric/Numeric_headers/__init__.py ${PYSITELIB}/Numeric/Numeric_headers/__init__.pyc ${PYSITELIB}/Numeric/Numeric_headers/__init__.pyo |