dev-python/futurist: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:21:53 +0000 (14:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 13:24:35 +0000 (14:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/futurist/futurist-1.3.1.ebuild
dev-python/futurist/futurist-1.6.0.ebuild
dev-python/futurist/futurist-1.8.1.ebuild

index 3ec42d128c21faae8dea933ed9e5c447ad2fae5f..14cb8b7a2cc0a07d6a0dc81e71b76475e6e8c74f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 86e3ee9b3f85b3cd6b943c34970d2394800042df..dd6b864a786d12edbe0ff71bb58bac2dd0151e8e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 5610326a7703c6105c75e87773f22d3070d26c9e..80db89cb2f512d0b2f0ab35f9409993556480693 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1