diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2003-04-21 17:01:47 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2003-04-21 17:01:47 +0800 |
commit | 5d68e310f77f9d801d8984c76037e073cd96aae4 (patch) | |
tree | 7f390696253f454291bd15991187b058ff7803e5 /devel/pyrex | |
parent | e204a52d919fd29510cb0c39b59d4993eeb74034 (diff) | |
download | freebsd-ports-gnome-5d68e310f77f9d801d8984c76037e073cd96aae4.tar.gz freebsd-ports-gnome-5d68e310f77f9d801d8984c76037e073cd96aae4.tar.zst freebsd-ports-gnome-5d68e310f77f9d801d8984c76037e073cd96aae4.zip |
Upgrade to v0.7.2.
Approved by: MAINTAINER
Diffstat (limited to 'devel/pyrex')
-rw-r--r-- | devel/pyrex/Makefile | 2 | ||||
-rw-r--r-- | devel/pyrex/distinfo | 2 | ||||
-rw-r--r-- | devel/pyrex/pkg-plist | 15 |
3 files changed, 16 insertions, 3 deletions
diff --git a/devel/pyrex/Makefile b/devel/pyrex/Makefile index 66da4d533183..b1a4dfd42a75 100644 --- a/devel/pyrex/Makefile +++ b/devel/pyrex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pyrex -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.2 CATEGORIES= devel lang python MASTER_SITES= http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX} diff --git a/devel/pyrex/distinfo b/devel/pyrex/distinfo index 45960827ce20..b230c2611628 100644 --- a/devel/pyrex/distinfo +++ b/devel/pyrex/distinfo @@ -1 +1 @@ -MD5 (Pyrex-0.6.1.tar.gz) = 2121d8c4f292edab8c7a09878f1ee359 +MD5 (Pyrex-0.7.2.tar.gz) = 667493d046e5172a07744ecaded11d10 diff --git a/devel/pyrex/pkg-plist b/devel/pyrex/pkg-plist index d0a517b7a8fe..f4f0aa93e8d3 100644 --- a/devel/pyrex/pkg-plist +++ b/devel/pyrex/pkg-plist @@ -96,6 +96,7 @@ bin/pyrexc @dirrm %%PYTHON_SITELIBDIR%%/Pyrex %%PORTDOCS%%share/doc/pyrex/About.html %%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 @@ -103,6 +104,7 @@ bin/pyrexc %%PORTDOCS%%share/doc/pyrex/special_methods.html %%PORTDOCS%%share/examples/pyrex/Makefile %%PORTDOCS%%share/examples/pyrex/Makefile.nodistutils +%%PORTDOCS%%share/examples/pyrex/Setup.py %%PORTDOCS%%share/examples/pyrex/embed/Makefile %%PORTDOCS%%share/examples/pyrex/embed/README %%PORTDOCS%%share/examples/pyrex/embed/embedded.pxi @@ -115,8 +117,19 @@ bin/pyrexc %%PORTDOCS%%share/examples/pyrex/run_numeric_demo.py %%PORTDOCS%%share/examples/pyrex/run_primes.py %%PORTDOCS%%share/examples/pyrex/run_spam.py -%%PORTDOCS%%share/examples/pyrex/setup.py %%PORTDOCS%%share/examples/pyrex/spam.pyx +%%PORTDOCS%%share/examples/pyrex/callback/cheese.pyx +%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.h +%%PORTDOCS%%share/examples/pyrex/callback/Makefile +%%PORTDOCS%%share/examples/pyrex/callback/Makefile.nodistutils +%%PORTDOCS%%share/examples/pyrex/callback/README.txt +%%PORTDOCS%%share/examples/pyrex/callback/run_cheese.py +%%PORTDOCS%%share/examples/pyrex/callback/Setup.py +%%PORTDOCS%%share/examples/pyrex/callback/cheesefinder.c +%%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc +%%PORTDOCS%%share/examples/pyrex/embed/Makefile.msc.static +%%PORTDOCS%%share/examples/pyrex/embed/Makefile.unix +%%PORTDOCS%%@dirrm share/examples/pyrex/callback %%PORTDOCS%%@dirrm share/examples/pyrex/embed %%PORTDOCS%%@dirrm share/examples/pyrex %%PORTDOCS%%@dirrm share/doc/pyrex |