From: Michał Górny Date: Thu, 6 Feb 2020 07:00:38 +0000 (+0100) Subject: dev-python/xmltodict: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d25d4af95f1d163bce00a11658e64444212311c;p=gentoo.git dev-python/xmltodict: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild b/dev-python/xmltodict/xmltodict-0.11.0.ebuild index b73a4dfc4efd..ac46c50b0b32 100644 --- a/dev-python/xmltodict/xmltodict-0.11.0.ebuild +++ b/dev-python/xmltodict/xmltodict-0.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON" diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild index c0151ef824c5..1807b9ad43cd 100644 --- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild +++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 diff --git a/dev-python/xmltodict/xmltodict-0.12.0.ebuild b/dev-python/xmltodict/xmltodict-0.12.0.ebuild index 300aef62099f..65ce209c0944 100644 --- a/dev-python/xmltodict/xmltodict-0.12.0.ebuild +++ b/dev-python/xmltodict/xmltodict-0.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1 DESCRIPTION="Makes working with XML feel like you are working with JSON"