commit: 024717a9b9f4e25985af126fad6511fa8d16f5d5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Mar 25 08:54:17 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Mar 25 08:54:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=024717a9
dev-python/lru-dict: enable pypy3_11 and disable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/lru-dict/lru-dict-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/lru-dict/lru-dict-1.3.0.ebuild
b/dev-python/lru-dict/lru-dict-1.3.0.ebuild
index c291287f4..29b04c61e 100644
--- a/dev-python/lru-dict/lru-dict-1.3.0.ebuild
+++ b/dev-python/lru-dict/lru-dict-1.3.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{11..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi