dev-python/sphinx-last-updated-by-git: enable pypy3_11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-07-05 21:17:35 +05:00
parent 455904602f
commit bbba8e3837

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1 pypi
@@ -23,6 +23,8 @@ RDEPEND="
>=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=( pytest-import-check )
# Tests require to clone a Git repo. While this can be worked around by using
# git-bundle, tests still fail because Sphinx makes some warnings fatal.
distutils_enable_tests import-check