summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-22 08:23:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-22 10:15:29 +0200
commitabbfb62bca3f0d3b458fea36b1d5ddbba734c102 (patch)
treebd8d71872bcb5a417b76a4cf21365be3b3f7ceb7
parentdev-python/pyopenssl: Remove old (diff)
downloadgentoo-abbfb62bca3f0d3b458fea36b1d5ddbba734c102.tar.gz
gentoo-abbfb62bca3f0d3b458fea36b1d5ddbba734c102.tar.bz2
gentoo-abbfb62bca3f0d3b458fea36b1d5ddbba734c102.zip
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@gentoo.org>
-rw-r--r--dev-python/sphinx/sphinx-1.7.5-r2.ebuild (renamed from dev-python/sphinx/sphinx-1.7.5-r1.ebuild)2
-rw-r--r--dev-python/sphinx/sphinx-2.0.1-r1.ebuild1
-rw-r--r--dev-python/sphinx/sphinx-2.4.3-r1.ebuild1
-rw-r--r--dev-python/sphinx/sphinx-2.4.4.ebuild1
-rw-r--r--dev-python/sphinx/sphinx-3.0.0.ebuild1
-rw-r--r--dev-python/sphinx/sphinx-3.0.1.ebuild1
-rw-r--r--dev-python/sphinx/sphinx-3.0.2-r1.ebuild (renamed from dev-python/sphinx/sphinx-3.0.2.ebuild)1
7 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/sphinx/sphinx-1.7.5-r1.ebuild b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild
index 1fa175f98d3a..1f2aa22be731 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 e3f1dcf72370..5f5a93b9fe46 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 f237709f572a..b921c1a7ab45 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 88db1c4f0323..d2610f3a6fa4 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 1a71657e2863..1b53e6155e76 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 cc3f58c1fc50..ea19d76fea3f 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
index cc3f58c1fc50..ea19d76fea3f 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}]