dev-python/s3fs: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:13:52 +0000 (14:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:13:52 +0000 (14:13 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/s3fs/s3fs-0.1.2.ebuild
dev-python/s3fs/s3fs-0.1.5.ebuild

index 26601563c46bdb8b745161928d2e469f53f37e66..e27ace35e94a1c3031e48f1217ccc2d4b9bcbdf8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 379772cc916da13716a8fee39c7317b20678693e..67bad6d489d76db5ccacef946f0b196680d0b712 100644 (file)
@@ -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