commit: a7e775e03657468b16bd0b829781f1616cf3fbf8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 18:00:53 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 18:15:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e775e0
dev-python/sphinxcontrib-programoutput: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../sphinxcontrib-programoutput-0.18.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild
index 5771e268946a..2fd8383f20d6 100644
---
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild
+++
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.18.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -22,6 +22,7 @@ RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]
"
+EPYTEST_PLUGINS=()
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/furo