commit:     107d3f7b1529b49c0c6df02454250e7a1e15835c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 18:48:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 19:15:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107d3f7b

dev-python/sphinx-rtd-theme: Unpin dev-python/sphinx

Closes: https://bugs.gentoo.org/909507
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...hinx-rtd-theme-1.2.2.ebuild => sphinx-rtd-theme-1.2.2-r1.ebuild} | 6 ++----
 1 file 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
similarity index 84%
rename from dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.2.2.ebuild
rename to 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

Reply via email to