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 C475513835A for ; Mon, 25 May 2020 19:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956D7E0837; Mon, 25 May 2020 19:48:16 +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 48635E0837 for ; Mon, 25 May 2020 19:48:16 +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 649B934EFE0 for ; Mon, 25 May 2020 19:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FE626A for ; Mon, 25 May 2020 19:48:14 +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: <1590436085.52d34086b32dd50e65ab2360c1645c33b04ff06f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flaky/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flaky/flaky-3.6.1.ebuild X-VCS-Directories: dev-python/flaky/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 52d34086b32dd50e65ab2360c1645c33b04ff06f X-VCS-Branch: master Date: Mon, 25 May 2020 19:48:14 +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: dd1e00ea-c238-458c-b80c-bbf37f89b22b X-Archives-Hash: 12b5dac150323e3c1d194a2cffb88e65 commit: 52d34086b32dd50e65ab2360c1645c33b04ff06f Author: Michał Górny gentoo org> AuthorDate: Mon May 25 19:33:04 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 25 19:48:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d34086 dev-python/flaky: Port to py3.9 Signed-off-by: Michał Górny gentoo.org> dev-python/flaky/flaky-3.6.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/flaky/flaky-3.6.1.ebuild b/dev-python/flaky/flaky-3.6.1.ebuild index b5b9f4729c5..1b50dbbf46d 100644 --- a/dev-python/flaky/flaky-3.6.1.ebuild +++ b/dev-python/flaky/flaky-3.6.1.ebuild @@ -3,7 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 @@ -17,9 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=" test? ( dev-python/genty[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}]