dev-python/python-etcd: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:13 +0000 (17:15 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:13 +0000 (17:15 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/python-etcd/python-etcd-0.3.3.ebuild
dev-python/python-etcd/python-etcd-0.4.4.ebuild
dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild

index e58d6a96d8546e7fcc93be07adf563798e0d9a20..3eeff27aee0f8e4bc0f390b2dbf53230713d060d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index e58d6a96d8546e7fcc93be07adf563798e0d9a20..3eeff27aee0f8e4bc0f390b2dbf53230713d060d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_5} )
+PYTHON_COMPAT=( python3_5 )
 
 inherit distutils-r1
 
index 82174597f8e9349c542b058ba694709559afb4c6..e9dd4868a830ece1e3f567db4c8513d2858534dd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1