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 51DC6138359 for ; Sun, 2 Aug 2020 09:15:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F652E0C4E; Sun, 2 Aug 2020 09:15:30 +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 E9CA6E0C4E for ; Sun, 2 Aug 2020 09:15:29 +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 47F9B34F121 for ; Sun, 2 Aug 2020 09:15:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0E9F30D for ; Sun, 2 Aug 2020 09:15:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1596359668.02e5554241f2163e724f706e62bd39f85a3e1e33.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-rerunfailures/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild X-VCS-Directories: dev-python/pytest-rerunfailures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 02e5554241f2163e724f706e62bd39f85a3e1e33 X-VCS-Branch: master Date: Sun, 2 Aug 2020 09:15:25 +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: cd187558-1301-4bed-a867-167950074a04 X-Archives-Hash: a0a43c9d50f0da15852141b6cf1d0bcb commit: 02e5554241f2163e724f706e62bd39f85a3e1e33 Author: Michał Górny gentoo org> AuthorDate: Sun Aug 2 09:07:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Aug 2 09:14:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e55542 dev-python/pytest-rerunfailures: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> .../pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild index bacf8d476eb..0962c178654 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-8.0.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 @@ -14,13 +15,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MPL-2.0" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pytest-4.4[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2) - )" distutils_enable_tests pytest