commit: 158af9abbcccf0b9685d9e34103f1a4406e0c400
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Dec 3 06:02:21 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Dec 3 06:02:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=158af9ab
dev-python/sphinx-sitemap: disable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild
b/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild
index 514a28e13..632a51ac0 100644
--- a/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild
+++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1