mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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:
parent
deb31699f1
commit
8bfcca34a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue