From 024717a9b9f4e25985af126fad6511fa8d16f5d5 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 25 Mar 2025 13:54:17 +0500 Subject: [PATCH] dev-python/lru-dict: enable pypy3_11 and disable pypy3 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 c291287f4f..29b04c61ed 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