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 5F3491382C5 for ; Mon, 29 Jun 2020 19:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6981E08DD; Mon, 29 Jun 2020 19:50:38 +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 912A1E08DD for ; Mon, 29 Jun 2020 19:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1422934EE69 for ; Mon, 29 Jun 2020 19:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05066292 for ; Mon, 29 Jun 2020 19:50:34 +0000 (UTC) From: "Samuel Bernardo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bernardo" Message-ID: <1593460216.be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7.samuelbernardo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: samuelbernardo X-VCS-Committer-Name: Samuel Bernardo X-VCS-Revision: be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7 X-VCS-Branch: dev Date: Mon, 29 Jun 2020 19:50:34 +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: 4d54c726-78aa-4407-8558-b50c66a159de X-Archives-Hash: 6cd5427b54de70bb511beae7dd921586 commit: be7fe163e234efcbf6d3f0e46ccea2cb040ffcd7 Author: Samuel Bernardo gmail com> AuthorDate: Mon Jun 29 19:50:16 2020 +0000 Commit: Samuel Bernardo gmail 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 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