From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/
Date: Mon, 25 Nov 2019 12:35:30 +0000 (UTC) [thread overview]
Message-ID: <1574685301.c4f085fbb872c0b039de7874070559f2c2d9ac08.mgorny@gentoo> (raw)
commit: c4f085fbb872c0b039de7874070559f2c2d9ac08
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 25 12:24:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 12:35:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f085fb
dev-python/backports-unittest-mock: Use distutils_enable_sphinx
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../backports-unittest-mock-1.5-r1.ebuild | 25 ++++------------------
1 file changed, 4 insertions(+), 21 deletions(-)
diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild
index b69e44f57ae..cd052cc5e1b 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="doc test"
+IUSE="test"
RDEPEND="
dev-python/backports[${PYTHON_USEDEP}]
@@ -26,12 +26,6 @@ RDEPEND="
"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( $(python_gen_any_dep '
- >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
- >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
- >=dev-python/sphinx-1.5.2[${PYTHON_USEDEP}]
- ')
- )
test? (
${RDEPEND}
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
@@ -42,12 +36,9 @@ S="${WORKDIR}/${MY_PN}-${PV}"
RESTRICT="!test? ( test )"
-python_check_deps() {
- use doc || return 0
- has_version ">=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]" && \
- has_version ">=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]" && \
- has_version ">=dev-python/sphinx-1.5.2[${PYTHON_USEDEP}]"
-}
+distutils_enable_sphinx docs \
+ '>=dev-python/jaraco-packaging-3.2' \
+ '>=dev-python/rst-linker-1.9'
python_prepare_all() {
# avoid a setuptools_scm dependency
@@ -58,14 +49,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-python_compile_all() {
- if use doc; then
- cd docs || die
- sphinx-build . _build/html || die
- HTML_DOCS=( docs/_build/html/. )
- fi
-}
-
python_test() {
# Override pytest options to skip flake8
pytest -vv --override-ini="addopts=--doctest-modules" \
next reply other threads:[~2019-11-25 12:35 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-25 12:35 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-01 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/ Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2019-11-25 7:56 Patrick McLean
2019-11-22 0:20 Patrick McLean
2019-08-23 9:59 Louis Sautier
2018-07-16 19:57 Michał Górny
2018-07-13 12:43 Louis Sautier
2018-07-13 12:43 Louis Sautier
2018-06-03 13:55 Mike Frysinger
2018-04-19 19:42 Sergei Trofimovich
2018-04-18 14:51 Mike Gilbert
2018-04-09 20:22 Stephen Klimaszewski
2018-03-21 19:41 Markus Meier
2018-03-15 1:03 Matt Turner
2018-02-22 20:49 Michał Górny
2018-02-21 17:20 Michał Górny
2018-01-06 20:13 Markus Meier
2017-12-27 20:06 Sergei Trofimovich
2017-12-23 21:58 Sergei Trofimovich
2017-12-21 22:34 Sergei Trofimovich
2017-12-17 21:33 Sergei Trofimovich
2017-12-16 21:22 Mike Gilbert
2017-11-23 22:31 Matt Turner
2017-11-10 1:08 Matt Turner
2017-08-06 12:45 Sergei Trofimovich
2017-08-05 19:25 Sergei Trofimovich
2017-07-02 15:06 Sergei Trofimovich
2017-07-02 15:06 Sergei Trofimovich
2017-06-17 17:24 Agostino Sarubbo
2017-06-17 15:36 Agostino Sarubbo
2017-06-14 19:49 Markus Meier
2017-06-10 17:23 Mike Gilbert
2017-06-10 17:23 Mike Gilbert
2017-05-22 14:13 Michał Górny
2017-05-22 14:13 Michał Górny
2017-05-22 14:13 Michał Górny
2017-05-22 14:13 Michał Górny
2017-04-07 17:00 Jeroen Roovers
2017-03-31 10:20 Michael Weber
2017-03-31 9:50 Michael Weber
2017-03-29 16:46 Tobias Klausmann
2017-03-29 9:07 Michael Weber
2017-03-29 9:07 Michael Weber
2017-03-23 17:32 Mike Gilbert
2017-03-23 17:26 Mike Gilbert
2017-03-22 10:02 Jeroen Roovers
2017-01-06 14:44 Jeroen Roovers
2017-01-06 11:19 Jeroen Roovers
2017-01-03 13:22 Tobias Klausmann
2016-11-29 8:17 David Seifert
2015-12-29 23:36 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1574685301.c4f085fbb872c0b039de7874070559f2c2d9ac08.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox