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 3A1DD1382C5 for ; Mon, 29 Jun 2020 19:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D1C5E08DA; Mon, 29 Jun 2020 19:55:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55A03E08DA for ; Mon, 29 Jun 2020 19:55:31 +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 555EB34EEE9 for ; Mon, 29 Jun 2020 19:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F39F7292 for ; Mon, 29 Jun 2020 19:55:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1593460216.be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rstcheck/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/rstcheck/rstcheck-3.3.1.ebuild X-VCS-Directories: dev-python/rstcheck/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7 X-VCS-Branch: master Date: Mon, 29 Jun 2020 19:55:28 +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: 3e452653-88c8-44ca-b963-0ec3a42260ad X-Archives-Hash: 413e75a47089171a5108bf2d29abc46b commit: be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7 Author: Samuel Bernardo gmail com> AuthorDate: Mon Jun 29 19:50:16 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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 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