commit: bb74bcc5f815566be3f9cb61cfb8f1521306cfc0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 19:40:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 19:40:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb74bcc5
dev-python/flit: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flit/flit-3.11.0.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-python/flit/flit-3.11.0.ebuild
b/dev-python/flit/flit-3.11.0.ebuild
index 73330b02dda8..d1c29da05785 100644
--- a/dev-python/flit/flit-3.11.0.ebuild
+++ b/dev-python/flit/flit-3.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1 pypi
@@ -26,7 +26,8 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/tomli-w[${PYTHON_USEDEP}]
"
-BDEPEND="${RDEPEND}
+BDEPEND="
+ ${RDEPEND}
sys-apps/grep
test? (
dev-python/responses[${PYTHON_USEDEP}]