commit: fb36022a9f83d76afe3727b07d4fd22e7d69c8b1
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:39:00 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 14 21:38:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb36022a
dev-python/cython: support python3_10
Builds and installs fine, haven't run the test suite (USE=test depends
on numpy, which in turn unconditionally depends on cython) but running
cythonize on the pyx file from ruamel-yaml-clib produces expected
results.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/cython/cython-0.29.23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cython/cython-0.29.23.ebuild
b/dev-python/cython/cython-0.29.23.ebuild
index d2fe1b9af4e..eb35100a371 100644
--- a/dev-python/cython/cython-0.29.23.ebuild
+++ b/dev-python/cython/cython-0.29.23.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 toolchain-funcs elisp-common