pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numarray



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:51:10 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/math/py-numarray/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-numarray/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-numarray/Makefile
diff -u pkgsrc/math/py-numarray/Makefile:1.27 pkgsrc/math/py-numarray/Makefile:1.28
--- pkgsrc/math/py-numarray/Makefile:1.27       Mon Sep  2 13:20:00 2019
+++ pkgsrc/math/py-numarray/Makefile    Mon Jan 10 18:51:10 2022
@@ -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 p
 do-test:
        (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-numarray/PLIST
diff -u pkgsrc/math/py-numarray/PLIST:1.12 pkgsrc/math/py-numarray/PLIST:1.13
--- pkgsrc/math/py-numarray/PLIST:1.12  Sun Apr  8 20:21:51 2012
+++ pkgsrc/math/py-numarray/PLIST       Mon Jan 10 18:51:10 2022
@@ -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



Home | Main Index | Thread Index | Old Index