pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef3d1d5b99d9
branches:  trunk
changeset: 371422:ef3d1d5b99d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:43:23 2022 +0000

description:
py-Numeric: convert to egg.mk

diffstat:

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

diffs (38 lines):

diff -r 90782f47cc88 -r ef3d1d5b99d9 math/py-Numeric/Makefile
--- a/math/py-Numeric/Makefile  Mon Jan 10 08:41:55 2022 +0000
+++ b/math/py-Numeric/Makefile  Mon Jan 10 08:43:23 2022 +0000
@@ -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 @@
 PLIST.blas=    yes
 .endif
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 90782f47cc88 -r ef3d1d5b99d9 math/py-Numeric/PLIST
--- a/math/py-Numeric/PLIST     Mon Jan 10 08:41:55 2022 +0000
+++ b/math/py-Numeric/PLIST     Mon Jan 10 08:43:23 2022 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index