Diff cython-3.1.7 with a cython-3.2.4
| /usr/portage/dev-python/cython/cython-3.2.4.ebuild 2026-05-14 19:17:05.572203333 +0300 | ||
|---|---|---|
| 7 | 7 |
DISTUTILS_USE_PEP517=setuptools |
| 8 | 8 |
PYTHON_FULLY_TESTED=( python3_{11..14} )
|
| 9 | 9 |
PYTHON_TESTED=( "${PYTHON_FULLY_TESTED[@]}" pypy3_11 )
|
| 10 |
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_{13,14}t )
|
|
| 10 |
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 python3_{13..15}t )
|
|
| 11 | 11 |
PYTHON_REQ_USE="threads(+)" |
| 12 | 12 | |
| 13 | 13 |
inherit distutils-r1 multiprocessing pypi toolchain-funcs |
| ... | ... | |
| 109 | 109 |
--exclude 'run.test_patma*' |
| 110 | 110 |
# Slight output difference (missing '<') |
| 111 | 111 |
--exclude 'run.cpp_exception_ptr_just_handler' |
| 112 | ||
| 112 |
# No freethreading here |
|
| 113 |
--exclude 'run.freethreaded_list_indexing_stress_test' |
|
| 113 | 114 |
) |
| 114 | 115 |
fi |
| 115 | 116 | |