commit: a41956fd42409e629f27c4f579d3c9367ad87037
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 17 23:15:24 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 17 23:15:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a41956fd
dev-python/sphinx-hoverxref: enable py3.11
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
index 482a395b51..ebd0d7137b 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10,11} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1
@@ -25,7 +25,6 @@ RDEPEND="
BDEPEND="
test? (
dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
- dev-python/sphinx-testing[${PYTHON_USEDEP}]
)
"