From 158af9abbcccf0b9685d9e34103f1a4406e0c400 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 3 Dec 2024 11:02:21 +0500 Subject: [PATCH] dev-python/sphinx-sitemap: disable pypy3 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 514a28e130..632a51ac06 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