Skip to content

Commit

Permalink
dev-python/sphinx: Move dev-python/sphinx_rtd_theme to PDEPEND to bre…
Browse files Browse the repository at this point in the history
…ak circular deps

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Oct 11, 2015
1 parent 367b88e commit 1e6eef4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev-python/sphinx/sphinx-1.3.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RDEPEND="
>=dev-python/six-1.4[${PYTHON_USEDEP}]
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/alabaster-0.7*[${PYTHON_USEDEP}]
=dev-python/sphinx_rtd_theme-0.1*[${PYTHON_USEDEP}]
>=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
latex? (
dev-texlive/texlive-latexextra
Expand All @@ -39,6 +38,7 @@ DEPEND="${DEPEND}
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
)"
PDEPEND="dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_P}"

Expand Down
11 changes: 7 additions & 4 deletions dev-python/sphinx/sphinx-1.3.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,25 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~x86"
IUSE="doc latex test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/docutils-0.11[${PYTHON_USEDEP}]
>=dev-python/jinja-2.3[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0.1-r1[${PYTHON_USEDEP}]
>=dev-python/six-1.4[${PYTHON_USEDEP}]
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
=dev-python/alabaster-0.7*[${PYTHON_USEDEP}]
=dev-python/sphinx_rtd_theme-0.1*[${PYTHON_USEDEP}]
>=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}]
latex? (
dev-texlive/texlive-latexextra
app-text/dvipng
)"
DEPEND="${DEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) )"
test? (
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy)
)"
PDEPEND="dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]"

S="${WORKDIR}/${MY_P}"

Expand Down

0 comments on commit 1e6eef4

Please sign in to comment.