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 96039138359 for ; Thu, 9 Jul 2020 22:15:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B69ADE0864; Thu, 9 Jul 2020 22:15:01 +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 98D33E0864 for ; Thu, 9 Jul 2020 22:15:01 +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 EC50234F629 for ; Thu, 9 Jul 2020 22:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F9422CE for ; Thu, 9 Jul 2020 22:14:58 +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: <1594332876.1ab057936f879e24380a2a4dd7e6134e78e795b8.samuelbernardo@gentoo> Subject: [gentoo-commits] repo/user/ssnb:master commit in: dev-python/rstcheck/ X-VCS-Repository: repo/user/ssnb 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: 1ab057936f879e24380a2a4dd7e6134e78e795b8 X-VCS-Branch: master Date: Thu, 9 Jul 2020 22:14:58 +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: 0d476099-87c4-4083-b092-ae7128267517 X-Archives-Hash: d22d099d813f9dd91dc457279ca4e578 commit: 1ab057936f879e24380a2a4dd7e6134e78e795b8 Author: Samuel Bernardo gmail com> AuthorDate: Thu Jul 9 22:14:36 2020 +0000 Commit: Samuel Bernardo gmail com> CommitDate: Thu Jul 9 22:14:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=1ab05793 Correct code style details in rstcheck Signed-off-by: Samuel Bernardo gmail.com> dev-python/rstcheck/rstcheck-3.3.1.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-python/rstcheck/rstcheck-3.3.1.ebuild b/dev-python/rstcheck/rstcheck-3.3.1.ebuild index dd57508..1a29268 100644 --- a/dev-python/rstcheck/rstcheck-3.3.1.ebuild +++ b/dev-python/rstcheck/rstcheck-3.3.1.ebuild @@ -14,25 +14,21 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" 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" +distutils_enable_tests pytest python_test() { # Ignore the module from ${S}, use the one from ${BUILD_DIR}