pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numarray py-numarray: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3852a10f09d
branches:  trunk
changeset: 371507:a3852a10f09d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:51:10 2022 +0000

description:
py-numarray: convert to egg.mk

diffstat:

 math/py-numarray/Makefile |  6 +++---
 math/py-numarray/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 7746db0e24a7 -r a3852a10f09d math/py-numarray/Makefile
--- a/math/py-numarray/Makefile Mon Jan 10 18:49:22 2022 +0000
+++ b/math/py-numarray/Makefile Mon Jan 10 18:51:10 2022 +0000
@@ -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 @@
 do-test:
        (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7746db0e24a7 -r a3852a10f09d math/py-numarray/PLIST
--- a/math/py-numarray/PLIST    Mon Jan 10 18:49:22 2022 +0000
+++ b/math/py-numarray/PLIST    Mon Jan 10 18:51:10 2022 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index