commit:     abbfb62bca3f0d3b458fea36b1d5ddbba734c102
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 06:23:45 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 08:15:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbfb62b

dev-python/sphinx: Remove implicit dep on sphinx_rtd_theme

Sphinx does not require this theme in any way, it merely has a special
internal function to load it.  Same holds for alabaster, though I guess
that dependency makes sense since it's the default theme.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinx/{sphinx-1.7.5-r1.ebuild => sphinx-1.7.5-r2.ebuild} | 2 --
 dev-python/sphinx/sphinx-2.0.1-r1.ebuild                             | 1 -
 dev-python/sphinx/sphinx-2.4.3-r1.ebuild                             | 1 -
 dev-python/sphinx/sphinx-2.4.4.ebuild                                | 1 -
 dev-python/sphinx/sphinx-3.0.0.ebuild                                | 1 -
 dev-python/sphinx/sphinx-3.0.1.ebuild                                | 1 -
 dev-python/sphinx/{sphinx-3.0.2.ebuild => sphinx-3.0.2-r1.ebuild}    | 1 -
 7 files changed, 8 deletions(-)

diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild 
b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
similarity index 96%
rename from dev-python/sphinx/sphinx-1.7.5-r1.ebuild
rename to dev-python/sphinx/sphinx-1.7.5-r2.ebuild
index 1fa175f98d3..1f2aa22be73 100644
--- a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild
+++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
@@ -32,8 +32,6 @@ RDEPEND="
        >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
        >=dev-python/six-1.5[${PYTHON_USEDEP}]
        >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
-       >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]
-       <dev-python/sphinx_rtd_theme-2.0[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-websupport[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' -2)

diff --git a/dev-python/sphinx/sphinx-2.0.1-r1.ebuild 
b/dev-python/sphinx/sphinx-2.0.1-r1.ebuild
index e3f1dcf7237..5f5a93b9fe4 100644
--- a/dev-python/sphinx/sphinx-2.0.1-r1.ebuild
+++ b/dev-python/sphinx/sphinx-2.0.1-r1.ebuild
@@ -36,7 +36,6 @@ RDEPEND="
        dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        latex? (
                dev-texlive/texlive-latexextra

diff --git a/dev-python/sphinx/sphinx-2.4.3-r1.ebuild 
b/dev-python/sphinx/sphinx-2.4.3-r1.ebuild
index f237709f572..b921c1a7ab4 100644
--- a/dev-python/sphinx/sphinx-2.4.3-r1.ebuild
+++ b/dev-python/sphinx/sphinx-2.4.3-r1.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
        dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/typed-ast[${PYTHON_USEDEP}]

diff --git a/dev-python/sphinx/sphinx-2.4.4.ebuild 
b/dev-python/sphinx/sphinx-2.4.4.ebuild
index 88db1c4f032..d2610f3a6fa 100644
--- a/dev-python/sphinx/sphinx-2.4.4.ebuild
+++ b/dev-python/sphinx/sphinx-2.4.4.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
        dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/typed-ast[${PYTHON_USEDEP}]

diff --git a/dev-python/sphinx/sphinx-3.0.0.ebuild 
b/dev-python/sphinx/sphinx-3.0.0.ebuild
index 1a71657e286..1b53e6155e7 100644
--- a/dev-python/sphinx/sphinx-3.0.0.ebuild
+++ b/dev-python/sphinx/sphinx-3.0.0.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
        dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/typed-ast[${PYTHON_USEDEP}]

diff --git a/dev-python/sphinx/sphinx-3.0.1.ebuild 
b/dev-python/sphinx/sphinx-3.0.1.ebuild
index cc3f58c1fc5..ea19d76fea3 100644
--- a/dev-python/sphinx/sphinx-3.0.1.ebuild
+++ b/dev-python/sphinx/sphinx-3.0.1.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
        dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/typed-ast[${PYTHON_USEDEP}]

diff --git a/dev-python/sphinx/sphinx-3.0.2.ebuild 
b/dev-python/sphinx/sphinx-3.0.2-r1.ebuild
similarity index 98%
rename from dev-python/sphinx/sphinx-3.0.2.ebuild
rename to dev-python/sphinx/sphinx-3.0.2-r1.ebuild
index cc3f58c1fc5..ea19d76fea3 100644
--- a/dev-python/sphinx/sphinx-3.0.2.ebuild
+++ b/dev-python/sphinx/sphinx-3.0.2-r1.ebuild
@@ -35,7 +35,6 @@ RDEPEND="
        dev-python/sphinxcontrib-htmlhelp[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-serializinghtml[${PYTHON_USEDEP}]
        dev-python/sphinxcontrib-qthelp[${PYTHON_USEDEP}]
-       dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        $(python_gen_cond_dep '
                dev-python/typed-ast[${PYTHON_USEDEP}]

Reply via email to