From: Michał Górny Date: Wed, 5 Feb 2020 20:12:58 +0000 (+0100) Subject: dev-python/python-augeas: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3534ef115b44e4b48478175702ce030ab2dda3a3;p=gentoo.git dev-python/python-augeas: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/python-augeas/python-augeas-0.5.0.ebuild b/dev-python/python-augeas/python-augeas-0.5.0.ebuild index 91a7f39177ec..01717f456dbf 100644 --- a/dev-python/python-augeas/python-augeas-0.5.0.ebuild +++ b/dev-python/python-augeas/python-augeas-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/python-augeas/python-augeas-1.0.3.ebuild b/dev-python/python-augeas/python-augeas-1.0.3.ebuild index 2ea047133647..2e5aaf2f767e 100644 --- a/dev-python/python-augeas/python-augeas-1.0.3.ebuild +++ b/dev-python/python-augeas/python-augeas-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1