diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 17:12:18 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 18:44:01 +0000 |
commit | fe5cb79a83e4a0a4ad246be0c392cf249b211dec (patch) | |
tree | b2db056d98891938ea951521cec9e93aa0dcce3c /lang | |
parent | 122b54b3c1d23dfdf28dda9dbc99915421886458 (diff) | |
download | ports-fe5cb79a83e4a0a4ad246be0c392cf249b211dec.tar.gz ports-fe5cb79a83e4a0a4ad246be0c392cf249b211dec.zip |
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cython/Makefile | 7 | ||||
-rw-r--r-- | lang/cython/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lang/cython/Makefile b/lang/cython/Makefile index 888a667a4854..eac8fbaa6579 100644 --- a/lang/cython/Makefile +++ b/lang/cython/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping <wenhping@gmail.com> PORTNAME= cython -PORTVERSION= 0.29.24 +PORTVERSION= 0.29.26 CATEGORIES= lang python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,11 @@ COMMENT= Compiler for Writing C Extensions for the Python Language LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c11 python:2.7-3.10 +USES= compiler:c11 python:2.7+ USE_PYTHON= allflavors autoplist concurrent distutils -CONFLICTS_INSTALL= py*-cython-devel # bin/cygdb bin/cygdb-3.8 bin/cython bin/cython-3.8 bin/cythonize bin/cythonize-3.8 +# bin/cygdb bin/cython bin/cythonize +CONFLICTS_INSTALL= py*-cython-devel post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/lang/cython/distinfo b/lang/cython/distinfo index 7f892f4d4037..83f2378acac4 100644 --- a/lang/cython/distinfo +++ b/lang/cython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626383164 -SHA256 (Cython-0.29.24.tar.gz) = cdf04d07c3600860e8c2ebaad4e8f52ac3feb212453c1764a49ac08c827e8443 -SIZE (Cython-0.29.24.tar.gz) = 2076225 +TIMESTAMP = 1641045800 +SHA256 (Cython-0.29.26.tar.gz) = af377d543a762867da11fcf6e558f7a4a535ff8693f30cce123fab10c00fa312 +SIZE (Cython-0.29.26.tar.gz) = 2079448 |