From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A714D138334 for ; Tue, 31 Dec 2019 15:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E19FBE0BCF; Tue, 31 Dec 2019 15:27:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90EBAE0BCF for ; Tue, 31 Dec 2019 15:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E1C534DDE7 for ; Tue, 31 Dec 2019 15:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEF9F39 for ; Tue, 31 Dec 2019 15:27:56 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1577806010.135c3ad86c00190f0cf18647f9a6b4d8ee26c69a.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-logging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-logging/jaraco-logging-3.0.0-r1.ebuild dev-python/jaraco-logging/jaraco-logging-3.0.0.ebuild X-VCS-Directories: dev-python/jaraco-logging/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 135c3ad86c00190f0cf18647f9a6b4d8ee26c69a X-VCS-Branch: master Date: Tue, 31 Dec 2019 15:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f9e5dd7-bcc4-42d6-a7e8-131771187130 X-Archives-Hash: 569ff2f7b4af0565ff45f7e3dfda7fc6 commit: 135c3ad86c00190f0cf18647f9a6b4d8ee26c69a Author: Louis Sautier gentoo org> AuthorDate: Tue Dec 31 15:26:50 2019 +0000 Commit: Louis Sautier gentoo 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 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