commit: ca3cc9fc57c0f3f51e2bf29cc3f9730b4bf69c21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 3 03:39:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 3 04:59:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3cc9fc
dev-python/pygments: Enable py3.{13,14}t
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pygments/pygments-2.19.1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/pygments/pygments-2.19.1.ebuild
b/dev-python/pygments/pygments-2.19.1.ebuild
index 063bd7bb01b3..4e18fd5c0a49 100644
--- a/dev-python/pygments/pygments-2.19.1.ebuild
+++ b/dev-python/pygments/pygments-2.19.1.ebuild
@@ -5,7 +5,8 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_PN=${PN^}
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+PYTHON_FULLY_TESTED=( python3_{11..14} pypy3_11 )
+PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_{13,14}t )
inherit distutils-r1 bash-completion-r1 pypi
@@ -22,8 +23,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc
ppc64 ~riscv ~s390
BDEPEND="
test? (
- dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
+ ' "${PYTHON_FULLY_TESTED[@]}")
dev-python/wcag-contrast-ratio[${PYTHON_USEDEP}]
virtual/ttf-fonts
)