commit:     2d25d4af95f1d163bce00a11658e64444212311c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 07:00:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 07:08:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d25d4af

dev-python/xmltodict: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xmltodict/xmltodict-0.11.0.ebuild    | 2 +-
 dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 2 +-
 dev-python/xmltodict/xmltodict-0.12.0.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild 
b/dev-python/xmltodict/xmltodict-0.11.0.ebuild
index b73a4dfc4ef..ac46c50b0b3 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 c0151ef824c..1807b9ad43c 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 300aef62099..65ce209c094 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"

Reply via email to