mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
dev-python/*: Rename dev-python/{sphinx_rtd_theme → sphinx-rtd-theme}
See gentoo commit 15d76ea3e49bf90f74df649773167d6ba96c0583
This commit is contained in:
parent
2aea79e549
commit
d803a94a1c
5 changed files with 5 additions and 5 deletions
|
|
@ -24,7 +24,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
|
||||
dev-python/wheel[${PYTHON_USEDEP}]
|
||||
dev-python/pytz[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ RESTRICT="test"
|
|||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio dev-python/sphinx_rtd_theme
|
||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio dev-python/sphinx-rtd-theme
|
||||
|
|
|
|||
|
|
@ -23,4 +23,4 @@ RESTRICT="test"
|
|||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio dev-python/sphinx_rtd_theme
|
||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-asyncio dev-python/sphinx-rtd-theme
|
||||
|
|
|
|||
|
|
@ -25,4 +25,4 @@ BDEPEND="
|
|||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
|
||||
distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
|||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
|
||||
dev-python/colorama[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue