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 C3AE3138350 for ; Tue, 4 Feb 2020 13:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D717E0872; Tue, 4 Feb 2020 13:32:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35EE7E0872 for ; Tue, 4 Feb 2020 13:32:05 +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 2EC6634E6CA for ; Tue, 4 Feb 2020 13:32:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69C33116 for ; Tue, 4 Feb 2020 13:32:01 +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: <1580822032.df650f53fab427ec407b1412e5ecfafeee82c58c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/s3fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/s3fs/s3fs-0.1.2.ebuild dev-python/s3fs/s3fs-0.1.5.ebuild X-VCS-Directories: dev-python/s3fs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: df650f53fab427ec407b1412e5ecfafeee82c58c X-VCS-Branch: master Date: Tue, 4 Feb 2020 13:32:01 +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: a9225e90-599a-4f15-85b1-5f823fc1236b X-Archives-Hash: 500b4cb1cb039b436b15abec8b58c1fc commit: df650f53fab427ec407b1412e5ecfafeee82c58c Author: Michał Górny gentoo org> AuthorDate: Tue Feb 4 13:13:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 4 13:13:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df650f53 dev-python/s3fs: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/s3fs/s3fs-0.1.2.ebuild | 2 +- dev-python/s3fs/s3fs-0.1.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/s3fs/s3fs-0.1.2.ebuild b/dev-python/s3fs/s3fs-0.1.2.ebuild index 26601563c46..e27ace35e94 100644 --- a/dev-python/s3fs/s3fs-0.1.2.ebuild +++ b/dev-python/s3fs/s3fs-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/s3fs/s3fs-0.1.5.ebuild b/dev-python/s3fs/s3fs-0.1.5.ebuild index 379772cc916..67bad6d489d 100644 --- a/dev-python/s3fs/s3fs-0.1.5.ebuild +++ b/dev-python/s3fs/s3fs-0.1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1