commit:     135c3ad86c00190f0cf18647f9a6b4d8ee26c69a
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 15:26:50 2019 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 15:26:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135c3ad8

dev-python/jaraco-logging: use distutils_enable_sphinx

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 ...ng-3.0.0.ebuild => jaraco-logging-3.0.0-r1.ebuild} | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/dev-python/jaraco-logging/jaraco-logging-3.0.0.ebuild 
b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild
similarity index 79%
rename from dev-python/jaraco-logging/jaraco-logging-3.0.0.ebuild
rename to dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild
index 2c8fcf0eb31..f2dc6af3ffa 100644
--- a/dev-python/jaraco-logging/jaraco-logging-3.0.0.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
+IUSE="test"
 RESTRICT="!test? ( test )"
 
 # TODO: remove six
@@ -27,27 +27,16 @@ RDEPEND="
 "
 BDEPEND="
        >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
-       doc? (
-               >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
-               >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
-               dev-python/sphinx[${PYTHON_USEDEP}]
-       )
        test? (
                ${RDEPEND}
                >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
        )
 "
 
-S="${WORKDIR}/${MY_PN}-${PV}"
+distutils_enable_sphinx docs '>=dev-python/jaraco-packaging-3.2' \
+       '>=dev-python/rst-linker-1.9'
 
-python_compile_all() {
-       if use doc; then
-               # conf.py looks for '../CHANGES.rst'
-               cd docs || die
-               sphinx-build . _build/html || die
-               HTML_DOCS=( docs/_build/html/. )
-       fi
-}
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 python_test() {
        # Override pytest options to skip flake8

Reply via email to