Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstcheck/
Date: Mon, 29 Jun 2020 19:55:32
Message-Id: 1593460216.be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7.andrewammerlaan@gentoo
1 commit: be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7
2 Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 19:50:16 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Jun 29 19:50:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be7fe163
7
8 dev-python/rstcheck: Apply corrections related to review
9
10 setuptools dep is already added by the eclass.
11
12 Eclass is also including for test pytest with more restricted version
13 than I defined.
14
15 Looks like upstream does not include any docs that need compiling, so
16 this line can go.
17
18 Package-Manager: Portage-2.3.99, Repoman-2.3.23
19 Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
20
21 dev-python/rstcheck/rstcheck-3.3.1.ebuild | 4 ----
22 1 file changed, 4 deletions(-)
23
24 diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
25 index dd57508..c92918a 100644
26 --- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild
27 +++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
28 @@ -21,19 +21,15 @@ RDEPEND="
29 dev-python/docutils[${PYTHON_USEDEP}]
30 "
31 BDEPEND="
32 - dev-python/setuptools[${PYTHON_USEDEP}]
33 >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
34 test? (
35 ${RDEPEND}
36 dev-python/path-py[${PYTHON_USEDEP}]
37 - >=dev-python/pytest-3.4[${PYTHON_USEDEP}]
38 )
39 "
40
41 S="${WORKDIR}/${P}"
42
43 -distutils_enable_sphinx docs ">=dev-python/jaraco-packaging-3.2"
44 -
45 python_test() {
46 # Ignore the module from ${S}, use the one from ${BUILD_DIR}
47 # Otherwise, ImportMismatchError may occur