diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:00:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 08:08:34 +0100 |
commit | 2d25d4af95f1d163bce00a11658e64444212311c (patch) | |
tree | 71f6fc86b1ee8a071f68e6458bb06c8167ae6cdd /dev-python/xmltodict | |
parent | dev-python/xlsxwriter: Remove py2 (diff) | |
download | gentoo-2d25d4af95f1d163bce00a11658e64444212311c.tar.gz gentoo-2d25d4af95f1d163bce00a11658e64444212311c.tar.bz2 gentoo-2d25d4af95f1d163bce00a11658e64444212311c.zip |
dev-python/xmltodict: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xmltodict')
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.11.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 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" |