lang/cython: limit to Python 3.12

Broken on 3.13, upstream concluded that many extensive changes are
needed to properly support Python 3.13 considering cython 0.29's
strict maintenance mode state.

https://github.com/cython/cython/pull/6270
This commit is contained in:
Charlie Li 2025-04-07 22:27:11 -04:00
parent deb31699f1
commit 8bfcca34a2
No known key found for this signature in database
GPG key ID: 678F936058415CCA

View file

@ -15,7 +15,7 @@ WWW= https://cython.org/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= compiler:c11 python:2.7+
USES= compiler:c11 python:2.7-3.12
USE_PYTHON= allflavors autoplist concurrent distutils
CONFLICTS_INSTALL= py*-cython-devel py*-cython3 # bin/cygdb bin/cython bin/cythonize