commit: 60c8a406c96c4a2a5e37a184621202135cd78489
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 17 23:37:23 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 17 23:37:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60c8a406
dev-python/sphinxcontrib-zopeext: enable py3.11, py3.12
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
.../sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git
a/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild
b/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild
index 23f6b96eeb..f65ba17030 100644
--- a/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild
+++ b/dev-python/sphinxcontrib-zopeext/sphinxcontrib-zopeext-0.4.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10,11,12} )
inherit distutils-r1 pypi
@@ -18,11 +18,11 @@ KEYWORDS="~amd64"
RDEPEND="
dev-python/importlib-metadata[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/sphinx-testing[${PYTHON_USEDEP}]
)
"
@@ -31,3 +31,6 @@ PATCHES=(
)
distutils_enable_tests pytest
+
+# Tests requires sphinx-testing which has been removed from ::gentoo
+RESTRICT="test"