Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/
Date: Sun, 12 Feb 2017 22:39:26
Message-Id: 1486938528.8962ddc0f3c3404cd822b40aab015272c6cdbfcc.zmedico@gentoo
1 commit: 8962ddc0f3c3404cd822b40aab015272c6cdbfcc
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 22:28:48 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:28:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8962ddc0
7
8 dev-python/lxml: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/lxml/lxml-3.6.0.ebuild | 4 ++--
13 dev-python/lxml/lxml-3.6.4-r1.ebuild | 2 +-
14 dev-python/lxml/lxml-3.7.0.ebuild | 4 ++--
15 dev-python/lxml/lxml-3.7.1.ebuild | 4 ++--
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/lxml/lxml-3.6.0.ebuild b/dev-python/lxml/lxml-3.6.0.ebuild
19 index d88b8b61c5..bb8bd45e16 100644
20 --- a/dev-python/lxml/lxml-3.6.0.ebuild
21 +++ b/dev-python/lxml/lxml-3.6.0.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 EAPI=5
29
30 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
31 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
32
33 inherit distutils-r1 eutils flag-o-matic toolchain-funcs
34
35
36 diff --git a/dev-python/lxml/lxml-3.6.4-r1.ebuild b/dev-python/lxml/lxml-3.6.4-r1.ebuild
37 index 576a0af8e6..ade13a2b4c 100644
38 --- a/dev-python/lxml/lxml-3.6.4-r1.ebuild
39 +++ b/dev-python/lxml/lxml-3.6.4-r1.ebuild
40 @@ -4,7 +4,7 @@
41
42 EAPI=6
43
44 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
45 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
46
47 inherit distutils-r1 eutils flag-o-matic toolchain-funcs
48
49
50 diff --git a/dev-python/lxml/lxml-3.7.0.ebuild b/dev-python/lxml/lxml-3.7.0.ebuild
51 index 5e963ca05f..f7c5d6e8dc 100644
52 --- a/dev-python/lxml/lxml-3.7.0.ebuild
53 +++ b/dev-python/lxml/lxml-3.7.0.ebuild
54 @@ -1,10 +1,10 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Id$
59
60 EAPI=6
61
62 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
63 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
64
65 inherit distutils-r1 eutils flag-o-matic toolchain-funcs
66
67
68 diff --git a/dev-python/lxml/lxml-3.7.1.ebuild b/dev-python/lxml/lxml-3.7.1.ebuild
69 index 5e963ca05f..f7c5d6e8dc 100644
70 --- a/dev-python/lxml/lxml-3.7.1.ebuild
71 +++ b/dev-python/lxml/lxml-3.7.1.ebuild
72 @@ -1,10 +1,10 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 +# Copyright 1999-2017 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Id$
77
78 EAPI=6
79
80 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
81 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
82
83 inherit distutils-r1 eutils flag-o-matic toolchain-funcs