commit:     e70cb565c36e87a82322b21eb1dc4f73dc4b00e9
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Wed Mar 12 12:37:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 12 23:09:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70cb565

dev-python/pyroute2: drop pypy3 from PYTHON_COMPAT

Not sure why it was ever added, upstream makes no statements on its
support status. Dropping it means we also do not have to deal with
pypy3.11 and other future versions.
Can be re-added on user request.

Closes: https://bugs.gentoo.org/951027
Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/41036
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pyroute2/pyroute2-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyroute2/pyroute2-0.8.1.ebuild 
b/dev-python/pyroute2/pyroute2-0.8.1.ebuild
index 7529a10fa28e..dcb478f3ca3e 100644
--- a/dev-python/pyroute2/pyroute2-0.8.1.ebuild
+++ b/dev-python/pyroute2/pyroute2-0.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 pypi

Reply via email to