commit: 63c82fa8e651464f10508f944311dd02061fcf68 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Thu Sep 14 10:05:53 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Thu Sep 14 11:01:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c82fa8
dev-python/pydata-sphinx-theme: enable py3.12, restrict to sphinx-6 Closes: https://bugs.gentoo.org/892345 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> ...sphinx-theme-0.13.3.ebuild => pydata-sphinx-theme-0.13.3-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild similarity index 93% rename from dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild rename to dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild index 60f667f739e9..e2e87eb25f6b 100644 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi @@ -32,6 +32,7 @@ RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/sphinx-4.2[${PYTHON_USEDEP}] + <dev-python/sphinx-7[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] " BDEPEND="
