commit: b211e2b9f0e4513553b52bac5406a13412acf49a
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Mar 25 08:48:46 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Mar 25 08:48:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b211e2b9
dev-python/daiquiri: enable pypy3_11 and disable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/daiquiri/daiquiri-3.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/daiquiri/daiquiri-3.3.0.ebuild
b/dev-python/daiquiri/daiquiri-3.3.0.ebuild
index c15711be2..ac1cb0b72 100644
--- a/dev-python/daiquiri/daiquiri-3.3.0.ebuild
+++ b/dev-python/daiquiri/daiquiri-3.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature pypi