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 316CE138359 for ; Sun, 2 Aug 2020 10:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69111E0BEF; Sun, 2 Aug 2020 10:40:49 +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 4C74BE0BEF for ; Sun, 2 Aug 2020 10:40:49 +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 DE88F34EDDD for ; Sun, 2 Aug 2020 10:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 671ED2CC for ; Sun, 2 Aug 2020 10:40:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596364832.c50845aea4adaf62aab52ad23f477ef84efeb13a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-text/jaraco-text-3.2.0.ebuild X-VCS-Directories: dev-python/jaraco-text/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c50845aea4adaf62aab52ad23f477ef84efeb13a X-VCS-Branch: master Date: Sun, 2 Aug 2020 10:40:46 +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: 59443f5e-3d7a-46bf-b0b6-1fa1ebf53567 X-Archives-Hash: fbd766df5463cb6eb511436544b224f3 commit: c50845aea4adaf62aab52ad23f477ef84efeb13a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 22:41:48 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 2 10:40:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50845ae dev-python/jaraco-text: Drop all python_gen_cond_dep w/o PYTHON_COMPAT Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/jaraco-text/jaraco-text-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild index 18ebdd270a5..1084d2d49d1 100644 --- a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild @@ -22,7 +22,7 @@ RDEPEND=" dev-python/jaraco-functools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] >=dev-python/namespace-jaraco-2[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python{2_7,3_{5,6}}) + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_6) " BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]