Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmltodict/
Date: Thu, 06 Feb 2020 07:10:43
Message-Id: 1580972914.2d25d4af95f1d163bce00a11658e64444212311c.mgorny@gentoo
1 commit: 2d25d4af95f1d163bce00a11658e64444212311c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 07:00:38 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 07:08:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d25d4af
7
8 dev-python/xmltodict: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xmltodict/xmltodict-0.11.0.ebuild | 2 +-
13 dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild | 2 +-
14 dev-python/xmltodict/xmltodict-0.12.0.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/xmltodict/xmltodict-0.11.0.ebuild b/dev-python/xmltodict/xmltodict-0.11.0.ebuild
18 index b73a4dfc4ef..ac46c50b0b3 100644
19 --- a/dev-python/xmltodict/xmltodict-0.11.0.ebuild
20 +++ b/dev-python/xmltodict/xmltodict-0.11.0.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
26 +PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
27 inherit distutils-r1
28
29 DESCRIPTION="Makes working with XML feel like you are working with JSON"
30
31 diff --git a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
32 index c0151ef824c..1807b9ad43c 100644
33 --- a/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
34 +++ b/dev-python/xmltodict/xmltodict-0.12.0-r1.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
40 +PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
41
42 inherit distutils-r1
43
44
45 diff --git a/dev-python/xmltodict/xmltodict-0.12.0.ebuild b/dev-python/xmltodict/xmltodict-0.12.0.ebuild
46 index 300aef62099..65ce209c094 100644
47 --- a/dev-python/xmltodict/xmltodict-0.12.0.ebuild
48 +++ b/dev-python/xmltodict/xmltodict-0.12.0.ebuild
49 @@ -2,7 +2,7 @@
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
54 +PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
55 inherit distutils-r1
56
57 DESCRIPTION="Makes working with XML feel like you are working with JSON"