summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-02 20:48:06 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-02 21:15:34 +0200
commit107d3f7b1529b49c0c6df02454250e7a1e15835c (patch)
tree736fad20df168039b139566d22268f10be1e4e02
parentnet-analyzer/fail2ban: cleanup live (diff)
downloadgentoo-107d3f7b1529b49c0c6df02454250e7a1e15835c.tar.gz
gentoo-107d3f7b1529b49c0c6df02454250e7a1e15835c.tar.bz2
gentoo-107d3f7b1529b49c0c6df02454250e7a1e15835c.zip
dev-python/sphinx-rtd-theme: Unpin dev-python/sphinx
Closes: https://bugs.gentoo.org/909507 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild (renamed from dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild)6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
index 3eced1b43231..247f5a56e50d 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2-r1.ebuild
@@ -20,9 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv
RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
- <dev-python/sphinx-7[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
- <dev-python/sphinxcontrib-jquery-5[${PYTHON_USEDEP}]
>=dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}]
"
BDEPEND="
@@ -34,8 +32,8 @@ BDEPEND="
distutils_enable_tests pytest
src_prepare() {
- # unpin docutils
- sed -i -e '/docutils/s:<0[.]19::' setup.cfg || die
+ # remove upper bounds
+ sed -i -e 's:,\?<[0-9.]*::' setup.cfg || die
distutils-r1_src_prepare
# CI=1 disables rebuilding webpack that requires npm use