From: Michał Górny Date: Wed, 5 Feb 2020 15:13:01 +0000 (+0100) Subject: dev-python/jaraco-text: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=440281b18e496a21be5099b2d68d9ef613941ecd;p=gentoo.git dev-python/jaraco-text: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild b/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild index 3a45f1e7241a..5609a83b3be8 100644 --- a/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-1.10.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/jaraco-text/jaraco-text-3.1.ebuild b/dev-python/jaraco-text/jaraco-text-3.1.ebuild index 1c18dab01a72..728ffc4387a0 100644 --- a/dev-python/jaraco-text/jaraco-text-3.1.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild index 6c67340d3efe..d285b5395113 100644 --- a/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild +++ b/dev-python/jaraco-text/jaraco-text-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1