From bbba8e38374fa207289c208ac404202bc27dbb4b Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 5 Jul 2025 21:17:35 +0500 Subject: [PATCH] dev-python/sphinx-last-updated-by-git: enable pypy3_11 Signed-off-by: Anna (cybertailor) Vyalkova --- .../sphinx-last-updated-by-git-0.3.8.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild index eb057b052d..ec7804e420 100644 --- a/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild +++ b/dev-python/sphinx-last-updated-by-git/sphinx-last-updated-by-git-0.3.8.ebuild @@ -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