commit: df650f53fab427ec407b1412e5ecfafeee82c58c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 13:13:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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