From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1138770-garchives=archives.gentoo.org@lists.gentoo.org> 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 7AE94138350 for <garchives@archives.gentoo.org>; Sat, 18 Jan 2020 18:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF00E079E; Sat, 18 Jan 2020 18:48:07 +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 5C8E2E079E for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2020 18:48:07 +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 F0DBD34E1B8 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2020 18:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2D4ED5 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Jan 2020 18:48:03 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1579373259.0260b003b8d0f4d765a862e0c6d50db3ef7680e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/awscli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/awscli/awscli-1.16.310.ebuild X-VCS-Directories: dev-python/awscli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0260b003b8d0f4d765a862e0c6d50db3ef7680e6 X-VCS-Branch: master Date: Sat, 18 Jan 2020 18:48:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56b5e2a0-e3a5-49f1-ae8e-c71fc786bf7c X-Archives-Hash: f7bbaca576a7f14876851279b1eebcd8 commit: 0260b003b8d0f4d765a862e0c6d50db3ef7680e6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 18:27:33 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 18:47:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0260b003 dev-python/awscli: Remove Python 2 support Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/awscli/awscli-1.16.310.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/awscli/awscli-1.16.310.ebuild b/dev-python/awscli/awscli-1.16.310.ebuild index 15fdd7d45a1..451e9c54872 100644 --- a/dev-python/awscli/awscli-1.16.310.ebuild +++ b/dev-python/awscli/awscli-1.16.310.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 distutils-r1