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 B552A138351 for ; Wed, 15 Apr 2020 05:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A9D7E08BD; Wed, 15 Apr 2020 05:54: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 5E577E08BB for ; Wed, 15 Apr 2020 05:54:16 +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 440A934F314 for ; Wed, 15 Apr 2020 05:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 861CE1DA for ; Wed, 15 Apr 2020 05:54:12 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1586929201.d756ace5e0d3ba48c20b0178fcdae292d2b6e569.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isort/isort-4.3.21_p2-r1.ebuild dev-python/isort/isort-4.3.21_p2.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d756ace5e0d3ba48c20b0178fcdae292d2b6e569 X-VCS-Branch: master Date: Wed, 15 Apr 2020 05:54:12 +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: 18fe0599-ee08-4492-866c-e7e1e7d9ce9a X-Archives-Hash: 3800ab381ae67ea762458c15573896a3 commit: d756ace5e0d3ba48c20b0178fcdae292d2b6e569 Author: Mike Gilbert gentoo org> AuthorDate: Wed Apr 15 05:40:01 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Apr 15 05:40:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d756ace5 dev-python/isort: DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert gentoo.org> dev-python/isort/{isort-4.3.21_p2.ebuild => isort-4.3.21_p2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/isort/isort-4.3.21_p2.ebuild b/dev-python/isort/isort-4.3.21_p2-r1.ebuild similarity index 95% rename from dev-python/isort/isort-4.3.21_p2.ebuild rename to dev-python/isort/isort-4.3.21_p2-r1.ebuild index 73babe6469a..88bf1e9272a 100644 --- a/dev-python/isort/isort-4.3.21_p2.ebuild +++ b/dev-python/isort/isort-4.3.21_p2-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -18,7 +19,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~sparc ~x86" RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] dev-python/pipfile[${PYTHON_USEDEP}] $(python_gen_cond_dep ' dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]