commit:     fb25055dc1d54254e2097c80061f1bd2dd3cf60d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 09:11:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 25 09:28:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb25055d

dev-python/sphinxcontrib-websupport: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../sphinxcontrib-websupport-1.2.7.ebuild                        | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild 
b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild
index 7a43f1f22ee6..352fb9ab8afb 100644
--- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild
+++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.7.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 )
 
 inherit distutils-r1 pypi
 
@@ -31,8 +32,10 @@ PDEPEND="
 BDEPEND="
        test? (
                ${PDEPEND}
-               dev-python/sqlalchemy[${PYTHON_USEDEP}]
-               dev-python/whoosh[${PYTHON_USEDEP}]
+               $(python_gen_cond_dep '
+                       dev-python/sqlalchemy[${PYTHON_USEDEP}]
+                       dev-python/whoosh[${PYTHON_USEDEP}]
+               ' "${PYTHON_TESTED[@]}")
        )
 "
 

Reply via email to