Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defusedxml/
Date: Mon, 27 Feb 2017 17:10:20
Message-Id: 1488215363.7cd70c90fc31e587d7a6985243c7acfaf9d24f59.aballier@gentoo
1 commit: 7cd70c90fc31e587d7a6985243c7acfaf9d24f59
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 15:46:19 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 17:09:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd70c90
7
8 dev-python/defusedxml: Add python 3.6 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/defusedxml/defusedxml-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/defusedxml/defusedxml-0.5.0.ebuild b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
16 index 243807fe91..cc340d92da 100644
17 --- a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
18 +++ b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
19 @@ -4,7 +4,7 @@
20
21 EAPI=5
22
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
24 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
25 PYTHON_REQ_USE="xml(+)"
26
27 inherit distutils-r1