diff options
author | perky <perky@FreeBSD.org> | 2003-11-10 20:24:34 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-11-10 20:24:34 +0800 |
commit | f51ecf55e51f09abf5ddb6910840c4e0714023fb (patch) | |
tree | f81d5c4221ac13d30d4ba6610a6b2157aad2eea5 /devel/pyrex | |
parent | 7d707d29024172298fa9cd32b2e0fda2a02a2b67 (diff) | |
download | freebsd-ports-gnome-f51ecf55e51f09abf5ddb6910840c4e0714023fb.tar.gz freebsd-ports-gnome-f51ecf55e51f09abf5ddb6910840c4e0714023fb.tar.zst freebsd-ports-gnome-f51ecf55e51f09abf5ddb6910840c4e0714023fb.zip |
Update to 0.9
Diffstat (limited to 'devel/pyrex')
-rw-r--r-- | devel/pyrex/Makefile | 3 | ||||
-rw-r--r-- | devel/pyrex/distinfo | 2 | ||||
-rw-r--r-- | devel/pyrex/pkg-plist | 9 |
3 files changed, 9 insertions, 5 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile index 20bc9a47264f..78de3dd246c6 100644 --- a/devel/pyrex/Makefile +++ b/devel/pyrex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyrex -PORTVERSION= 0.8.1 +PORTVERSION= 0.9 CATEGORIES= devel lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX} @@ -27,6 +27,7 @@ post-patch: -e 's|\.\./py|${PREFIX}/bin/py|g' ${WRKSRC}/Demos/Makefile @${REINPLACE_CMD} -e "s|'Plex'||g" ${WRKSRC}/setup.py @${RM} -f ${WRKSRC}/Demos/Makefile.bak + @${FIND} ${WRKSRC} -name .DS_Store | ${XARGS} ${RM} -f post-install: @# precompile lexicon pickle diff --git a/devel/pyrex/distinfo b/devel/pyrex/distinfo index d96f7eb4017b..d95f90bce5b0 100644 --- a/devel/pyrex/distinfo +++ b/devel/pyrex/distinfo @@ -1 +1 @@ -MD5 (Pyrex-0.8.1.tar.gz) = e012cb0121db96e48318d05afb73cdb1 +MD5 (Pyrex-0.9.tar.gz) = 99ae698c3f308d0d1eff1078ac87d459 diff --git a/devel/pyrex/pkg-plist b/devel/pyrex/pkg-plist index a56a6419fe8b..b4e20c66f76c 100644 --- a/devel/pyrex/pkg-plist +++ b/devel/pyrex/pkg-plist @@ -57,6 +57,12 @@ bin/pyrexc %%PYTHON_SITELIBDIR%%/Pyrex/Distutils/build_ext.py %%PYTHON_SITELIBDIR%%/Pyrex/Distutils/build_ext.pyc %%PYTHON_SITELIBDIR%%/Pyrex/Distutils/build_ext.pyo +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.py +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyc +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinSystem.pyo +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinTesting.py +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinTesting.pyc +%%PYTHON_SITELIBDIR%%/Pyrex/Mac/DarwinTesting.pyo %%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.py %%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.pyc %%PYTHON_SITELIBDIR%%/Pyrex/Mac/FileMarking.pyo @@ -104,7 +110,6 @@ bin/pyrexc %%PORTDOCS%%share/doc/pyrex/FAQ.html %%PORTDOCS%%share/doc/pyrex/extension_types.html %%PORTDOCS%%share/doc/pyrex/index.html -%%PORTDOCS%%share/doc/pyrex/old_news.html %%PORTDOCS%%share/doc/pyrex/overview.html %%PORTDOCS%%share/doc/pyrex/primes.c %%PORTDOCS%%share/doc/pyrex/sharing.html @@ -124,10 +129,8 @@ bin/pyrexc %%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc.static %%PORTDOCS%%share/examples/pyrex/embed/Makefile.unix %%PORTDOCS%%share/examples/pyrex/embed/README -%%PORTDOCS%%share/examples/pyrex/embed/embedded.pxi %%PORTDOCS%%share/examples/pyrex/embed/embedded.pyx %%PORTDOCS%%share/examples/pyrex/embed/main.c -%%PORTDOCS%%share/examples/pyrex/numeric.pyx %%PORTDOCS%%share/examples/pyrex/numeric_demo.pyx %%PORTDOCS%%share/examples/pyrex/primes.pyx %%PORTDOCS%%share/examples/pyrex/pyprimes.py |