commit: 9210c8cdb4f92bb15d192c5509fe0d91b8c5ae92
Author: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 20 11:53:58 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 20 11:53:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9210c8cd
dev-python/rst2ansi: enable pypy3_11
Signed-off-by: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq.in>
dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
index ec338dc49..b719c904e 100644
--- a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
+++ b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi