dev-python/xmltodict: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:00:38 +0000 (08:00 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:34 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/xmltodict/xmltodict-0.11.0.ebuild
dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
dev-python/xmltodict/xmltodict-0.12.0.ebuild

index b73a4dfc4efd548e8ba209f25e6620a124406c3a..ac46c50b0b3261e2a2580cff2c4126992d18dfb7 100644 (file)
@@ -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"
index c0151ef824c595630555710c3740b62ae232fe73..1807b9ad43cda23015f6f272e5d5b32aab0c31e1 100644 (file)
@@ -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
 
index 300aef62099f07ef818db260e14d7a2277644e93..65ce209c0944eb2a8b91ac819bfd9bc1802f2783 100644 (file)
@@ -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"