pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-Numeric



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 08:43:23 UTC 2022

Modified Files:
        pkgsrc/math/py-Numeric: Makefile PLIST

Log Message:
py-Numeric: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/math/py-Numeric/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-Numeric/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-Numeric/Makefile
diff -u pkgsrc/math/py-Numeric/Makefile:1.60 pkgsrc/math/py-Numeric/Makefile:1.61
--- pkgsrc/math/py-Numeric/Makefile:1.60        Mon Sep  2 13:20:00 2019
+++ pkgsrc/math/py-Numeric/Makefile     Mon Jan 10 08:43:23 2022
@@ -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/Librar
 PLIST.blas=    yes
 .endif
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-Numeric/PLIST
diff -u pkgsrc/math/py-Numeric/PLIST:1.10 pkgsrc/math/py-Numeric/PLIST:1.11
--- pkgsrc/math/py-Numeric/PLIST:1.10   Sun Apr  8 20:21:51 2012
+++ pkgsrc/math/py-Numeric/PLIST        Mon Jan 10 08:43:23 2022
@@ -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



Home | Main Index | Thread Index | Old Index