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 DEFDC138335 for ; Fri, 3 Jan 2020 20:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB73EE096C; Fri, 3 Jan 2020 20:46: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 9EAA4E095E for ; Fri, 3 Jan 2020 20:46:30 +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 979D434DE25 for ; Fri, 3 Jan 2020 20:46:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DD80AD for ; Fri, 3 Jan 2020 20:46:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1578084376.817e61e649c3037e902ce81ce8a02278ed0b16b5.soap@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.1.ebuild X-VCS-Directories: dev-python/jaraco-text/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 817e61e649c3037e902ce81ce8a02278ed0b16b5 X-VCS-Branch: master Date: Fri, 3 Jan 2020 20:46:28 +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: bac01a9b-efe7-48cb-8233-66c875598e16 X-Archives-Hash: 214483f4ed645983cc2a1d71e34108a3 commit: 817e61e649c3037e902ce81ce8a02278ed0b16b5 Author: David Seifert gentoo org> AuthorDate: Fri Jan 3 20:46:16 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jan 3 20:46:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817e61e6 dev-python/jaraco-text: Remove python_gen_cond_dep calls for py3.5 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/jaraco-text/jaraco-text-3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jaraco-text/jaraco-text-3.1.ebuild b/dev-python/jaraco-text/jaraco-text-3.1.ebuild index 7a2066c941c..9e1507221e7 100644 --- a/dev-python/jaraco-text/jaraco-text-3.1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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}]' pypy pypy3 python2_7 python3_5 python3_6) + $(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' -2 pypy3 python3_6) " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]