diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-09-27 11:02:22 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-09-27 11:02:22 +0000 |
commit | 4eb52411c711a11fe1264dc2c39256824d31034d (patch) | |
tree | c42b19993891a8c41dea6a148ec8cd4122186aa9 /lang/cython | |
parent | 19620f4907abe8a180a11687b9ab8fa70bab1c70 (diff) |
- Update to 0.11.3
- Update my mail address to FreeBSD
Approved by: miwi(mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242161
Diffstat (limited to 'lang/cython')
-rw-r--r-- | lang/cython/Makefile | 4 | ||||
-rw-r--r-- | lang/cython/distinfo | 6 | ||||
-rw-r--r-- | lang/cython/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 6afe748f1915..e3cb4bc040a5 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -6,13 +6,13 @@ # PORTNAME= cython -PORTVERSION= 0.11.2 +PORTVERSION= 0.11.3 CATEGORIES= lang python MASTER_SITES= http://www.cython.org/ \ CHEESESHOP DISTNAME= Cython-${PORTVERSION} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Compiler for Writing C Extensions for the Python Language USE_PYTHON= yes diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 4bad8236fb84..d995b46bd479 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,3 +1,3 @@ -MD5 (Cython-0.11.2.tar.gz) = 31a79d5c7365e1d18ff7be48d6c1026b -SHA256 (Cython-0.11.2.tar.gz) = c01820c3b58d2ec8fd81bc5af1f69f353917125e8c59c86ae82fb9a7dadef1b4 -SIZE (Cython-0.11.2.tar.gz) = 3266204 +MD5 (Cython-0.11.3.tar.gz) = d2055aaaec81b84d443998633b328c2c +SHA256 (Cython-0.11.3.tar.gz) = 5a807fb1bbda664aedd953b776d49a3bcbbc21ffe17a41ff574da6e2ff197f79 +SIZE (Cython-0.11.3.tar.gz) = 3304191 diff --git a/lang/cython/pkg-plist b/lang/cython/pkg-plist index dc7e354662a8..c6d2eca707a1 100644 --- a/lang/cython/pkg-plist +++ b/lang/cython/pkg-plist @@ -209,7 +209,6 @@ bin/cython %%PYTHON_SITELIBDIR%%/Cython/Tests/TestCodeWriter.pyc %%PYTHON_SITELIBDIR%%/Cython/Tests/__init__.pyo %%PYTHON_SITELIBDIR%%/Cython/Tests/TestCodeWriter.pyo -%%PYTHON_SITELIBDIR%%/Cython/Includes/__cython__.pxd %%PYTHON_SITELIBDIR%%/Cython/Includes/numpy.pxd %%PYTHON_SITELIBDIR%%/Cython/Includes/python.pxd %%PYTHON_SITELIBDIR%%/Cython/Includes/python2.5.pxd |