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/cssselect/
Date: Sun, 12 Feb 2017 22:39:27
Message-Id: 1486939127.7b2b7cea29fc89315201894f340e2f3df8222a71.zmedico@gentoo
1 commit: 7b2b7cea29fc89315201894f340e2f3df8222a71
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 22:38:47 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 22:38:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2b7cea
7
8 dev-python/cssselect: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/cssselect/cssselect-0.9.1.ebuild | 4 ++--
13 dev-python/cssselect/cssselect-0.9.2.ebuild | 4 ++--
14 dev-python/cssselect/cssselect-1.0.0.ebuild | 4 ++--
15 dev-python/cssselect/cssselect-1.0.1.ebuild | 2 +-
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild b/dev-python/cssselect/cssselect-0.9.1.ebuild
19 index db8cbfa297..eebfa1deaa 100644
20 --- a/dev-python/cssselect/cssselect-0.9.1.ebuild
21 +++ b/dev-python/cssselect/cssselect-0.9.1.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2015 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
34
35
36 diff --git a/dev-python/cssselect/cssselect-0.9.2.ebuild b/dev-python/cssselect/cssselect-0.9.2.ebuild
37 index b3df956f2e..6677863bd7 100644
38 --- a/dev-python/cssselect/cssselect-0.9.2.ebuild
39 +++ b/dev-python/cssselect/cssselect-0.9.2.ebuild
40 @@ -1,10 +1,10 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 EAPI=5
47
48 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
49 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
50
51 inherit distutils-r1
52
53
54 diff --git a/dev-python/cssselect/cssselect-1.0.0.ebuild b/dev-python/cssselect/cssselect-1.0.0.ebuild
55 index 31177be305..fd48bb53cd 100644
56 --- a/dev-python/cssselect/cssselect-1.0.0.ebuild
57 +++ b/dev-python/cssselect/cssselect-1.0.0.ebuild
58 @@ -1,10 +1,10 @@
59 -# Copyright 1999-2016 Gentoo Foundation
60 +# Copyright 1999-2017 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Id$
63
64 EAPI=6
65
66 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
67 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
68
69 inherit distutils-r1
70
71
72 diff --git a/dev-python/cssselect/cssselect-1.0.1.ebuild b/dev-python/cssselect/cssselect-1.0.1.ebuild
73 index 43b973286e..1372516a15 100644
74 --- a/dev-python/cssselect/cssselect-1.0.1.ebuild
75 +++ b/dev-python/cssselect/cssselect-1.0.1.ebuild
76 @@ -4,7 +4,7 @@
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