From: David Seifert Date: Sat, 28 Dec 2019 16:15:13 +0000 (+0100) Subject: dev-python/python-etcd: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5cbfc447662472c4ca9844e9a33c7afd34487bbe;p=gentoo.git dev-python/python-etcd: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/python-etcd/python-etcd-0.3.3.ebuild b/dev-python/python-etcd/python-etcd-0.3.3.ebuild index e58d6a96d854..3eeff27aee0f 100644 --- a/dev-python/python-etcd/python-etcd-0.3.3.ebuild +++ b/dev-python/python-etcd/python-etcd-0.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/python-etcd/python-etcd-0.4.4.ebuild b/dev-python/python-etcd/python-etcd-0.4.4.ebuild index e58d6a96d854..3eeff27aee0f 100644 --- a/dev-python/python-etcd/python-etcd-0.4.4.ebuild +++ b/dev-python/python-etcd/python-etcd-0.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5} ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 diff --git a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild index 82174597f8e9..e9dd4868a830 100644 --- a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild +++ b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1