commit:     be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7
Author:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Mon Jun 29 19:50:16 2020 +0000
Commit:     Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Mon Jun 29 19:50:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be7fe163

dev-python/rstcheck: Apply corrections related to review

setuptools dep is already added by the eclass.

Eclass is also including for test pytest with more restricted version
than I defined.

Looks like upstream does not include any docs that need compiling, so
this line can go.

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>

 dev-python/rstcheck/rstcheck-3.3.1.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild 
b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
index dd57508..c92918a 100644
--- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild
+++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild
@@ -21,19 +21,15 @@ RDEPEND="
        dev-python/docutils[${PYTHON_USEDEP}]
 "
 BDEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
        >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
        test? (
                ${RDEPEND}
                dev-python/path-py[${PYTHON_USEDEP}]
-               >=dev-python/pytest-3.4[${PYTHON_USEDEP}]
        )
 "
 
 S="${WORKDIR}/${P}"
 
-distutils_enable_sphinx docs ">=dev-python/jaraco-packaging-3.2"
-
 python_test() {
        # Ignore the module from ${S}, use the one from ${BUILD_DIR}
        # Otherwise, ImportMismatchError may occur

Reply via email to