1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Update to 0.9

This commit is contained in:
Hye-Shik Chang 2003-11-10 12:24:34 +00:00
parent d5087e4a45
commit eef982bb34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93647
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (Pyrex-0.8.1.tar.gz) = e012cb0121db96e48318d05afb73cdb1
MD5 (Pyrex-0.9.tar.gz) = 99ae698c3f308d0d1eff1078ac87d459

View File

@ -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