diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile index 93ef79d48215..f5b68b9bbf89 100644 --- a/lang/cython3/Makefile +++ b/lang/cython3/Makefile @@ -1,28 +1,28 @@ PORTNAME= cython -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= lang python MASTER_SITES= PYPI \ https://github.com/cython/cython/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compiler for Writing C Extensions for the Python Language WWW= https://cython.org/ \ https://github.com/cython/cython LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= compiler:c11 python USE_PYTHON= allflavors autoplist concurrent pep517 -CONFLICTS_INSTALL= py*-cython # bin/cygdb bin/cython bin/cythonize +CONFLICTS_INSTALL= py*-cython py*-cython0 py*-cython3 # bin/cygdb bin/cython bin/cythonize post-install: ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Cython -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/lang/cython3/distinfo b/lang/cython3/distinfo index c5f232af3116..60dba8c57706 100644 --- a/lang/cython3/distinfo +++ b/lang/cython3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1766036357 -SHA256 (cython-3.2.3.tar.gz) = f13832412d633376ffc08d751cc18ed0d7d00a398a4065e2871db505258748a6 -SIZE (cython-3.2.3.tar.gz) = 3276650 +TIMESTAMP = 1767624040 +SHA256 (cython-3.2.4.tar.gz) = 84226ecd313b233da27dc2eb3601b4f222b8209c3a7216d8733b031da1dc64e6 +SIZE (cython-3.2.4.tar.gz) = 3280291