diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-08 20:21:41 +0000 |
commit | 4773e0d7e289f0cee86a191ca7701a3e0f128698 (patch) | |
tree | ca85b0747dcbf59072dbf48eba4548d225e3970f /math | |
parent | f278f49046eda68ba5b685176f78b30baf399590 (diff) | |
download | pkgsrc-4773e0d7e289f0cee86a191ca7701a3e0f128698.tar.gz |
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-Numeric/PLIST | 4 | ||||
-rw-r--r-- | math/py-numarray/PLIST | 4 | ||||
-rw-r--r-- | math/py-numpy/PLIST | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/math/py-Numeric/PLIST b/math/py-Numeric/PLIST index 68b7942adb3..c80e9137496 100644 --- a/math/py-Numeric/PLIST +++ b/math/py-Numeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2011/10/25 08:53:50 obache Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/04/08 20:21:51 wiz Exp $ ${PYINC}/Numeric/arrayobject.h ${PYINC}/Numeric/f2c.h ${PYINC}/Numeric/ranlib.h @@ -32,7 +32,7 @@ ${PYSITELIB}/Numeric/MLab.pyo ${PYSITELIB}/Numeric/Matrix.py ${PYSITELIB}/Numeric/Matrix.pyc ${PYSITELIB}/Numeric/Matrix.pyo -${PLIST.eggfile}${PYSITELIB}/Numeric/${EGG_FILE} +${PYSITELIB}/Numeric/${EGG_FILE} ${PYSITELIB}/Numeric/Numeric_headers/__init__.py ${PYSITELIB}/Numeric/Numeric_headers/__init__.pyc ${PYSITELIB}/Numeric/Numeric_headers/__init__.pyo diff --git a/math/py-numarray/PLIST b/math/py-numarray/PLIST index c930cd4d6be..ed4f6d752fb 100644 --- a/math/py-numarray/PLIST +++ b/math/py-numarray/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2011/10/25 09:05:27 obache Exp $ +@comment $NetBSD: PLIST,v 1.12 2012/04/08 20:21:51 wiz Exp $ ${PYINC}/numarray/arraybase.h ${PYINC}/numarray/arrayif.h ${PYINC}/numarray/arrayobject.h @@ -12,7 +12,7 @@ ${PYINC}/numarray/numcomplex.h ${PYINC}/numarray/numconfig.h ${PYINC}/numarray/nummacro.h ${PYINC}/numarray/tc.h -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/numarray/LICENSE.txt ${PYSITELIB}/numarray/__init__.py ${PYSITELIB}/numarray/__init__.pyc diff --git a/math/py-numpy/PLIST b/math/py-numpy/PLIST index 222a6ab08e2..f949ff73f25 100644 --- a/math/py-numpy/PLIST +++ b/math/py-numpy/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.7 2012/02/09 13:09:09 obache Exp $ +@comment $NetBSD: PLIST,v 1.8 2012/04/08 20:21:52 wiz Exp $ bin/f2py${PYVERSSUFFIX} -${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/numpy/COMPATIBILITY ${PYSITELIB}/numpy/DEV_README.txt ${PYSITELIB}/numpy/INSTALL.txt |