diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 18:51:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 18:51:10 +0000 |
commit | ccc693da28aa28cba0f628ef8a500a22cfde88d7 (patch) | |
tree | cddefcd2e46469da40906b3f92224d4f7aa9aa83 | |
parent | ccada02d855ecb21b90473650e6a827fb8f39ed1 (diff) | |
download | pkgsrc-ccc693da28aa28cba0f628ef8a500a22cfde88d7.tar.gz |
py-numarray: convert to egg.mk
-rw-r--r-- | math/py-numarray/Makefile | 6 | ||||
-rw-r--r-- | math/py-numarray/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 9cd6cca1d49..a95a1fd05a8 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2019/09/02 13:20:00 adam Exp $ +# $NetBSD: Makefile,v 1.28 2022/01/10 18:51:10 wiz Exp $ DISTNAME= numarray-1.5.2 PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/} @@ -20,5 +20,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.5.2; use py-numpy do-test: (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py) -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-numarray/PLIST b/math/py-numarray/PLIST index ed4f6d752fb..124a509070a 100644 --- a/math/py-numarray/PLIST +++ b/math/py-numarray/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2012/04/08 20:21:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2022/01/10 18:51:10 wiz Exp $ ${PYINC}/numarray/arraybase.h ${PYINC}/numarray/arrayif.h ${PYINC}/numarray/arrayobject.h @@ -12,7 +12,6 @@ ${PYINC}/numarray/numcomplex.h ${PYINC}/numarray/numconfig.h ${PYINC}/numarray/nummacro.h ${PYINC}/numarray/tc.h -${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/numarray/LICENSE.txt ${PYSITELIB}/numarray/__init__.py ${PYSITELIB}/numarray/__init__.pyc |