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/hacking/
Date: Mon, 27 Feb 2017 03:54:04
Message-Id: 1488167631.c9305b831c68284f58f707625fc5fa20d6ece519.zmedico@gentoo
1 commit: c9305b831c68284f58f707625fc5fa20d6ece519
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 02:11:03 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 03:53:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9305b83
7
8 dev-python/hacking: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/hacking/hacking-0.10.1.ebuild | 4 ++--
13 dev-python/hacking/hacking-0.10.2.ebuild | 2 +-
14 dev-python/hacking/hacking-0.9.2.ebuild | 4 ++--
15 dev-python/hacking/hacking-0.9.5.ebuild | 4 ++--
16 dev-python/hacking/hacking-0.9.6.ebuild | 4 ++--
17 5 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/dev-python/hacking/hacking-0.10.1.ebuild b/dev-python/hacking/hacking-0.10.1.ebuild
20 index 5ee51688ae..0aca92f740 100644
21 --- a/dev-python/hacking/hacking-0.10.1.ebuild
22 +++ b/dev-python/hacking/hacking-0.10.1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 EAPI=5
30 -PYTHON_COMPAT=( python{2_7,3_4} )
31 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
32
33 inherit distutils-r1
34
35
36 diff --git a/dev-python/hacking/hacking-0.10.2.ebuild b/dev-python/hacking/hacking-0.10.2.ebuild
37 index 20e56beee4..85a79b06d7 100644
38 --- a/dev-python/hacking/hacking-0.10.2.ebuild
39 +++ b/dev-python/hacking/hacking-0.10.2.ebuild
40 @@ -4,7 +4,7 @@
41
42 EAPI=5
43
44 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
45 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
46
47 inherit distutils-r1
48
49
50 diff --git a/dev-python/hacking/hacking-0.9.2.ebuild b/dev-python/hacking/hacking-0.9.2.ebuild
51 index b233e5bb43..e631d7b098 100644
52 --- a/dev-python/hacking/hacking-0.9.2.ebuild
53 +++ b/dev-python/hacking/hacking-0.9.2.ebuild
54 @@ -1,9 +1,9 @@
55 -# Copyright 1999-2015 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=5
61 -PYTHON_COMPAT=( python{2_7,3_4} )
62 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
63
64 inherit distutils-r1
65
66
67 diff --git a/dev-python/hacking/hacking-0.9.5.ebuild b/dev-python/hacking/hacking-0.9.5.ebuild
68 index 98dd30c4ec..7645220ffd 100644
69 --- a/dev-python/hacking/hacking-0.9.5.ebuild
70 +++ b/dev-python/hacking/hacking-0.9.5.ebuild
71 @@ -1,9 +1,9 @@
72 -# Copyright 1999-2015 Gentoo Foundation
73 +# Copyright 1999-2017 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Id$
76
77 EAPI=5
78 -PYTHON_COMPAT=( python{2_7,3_4} )
79 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
80
81 inherit distutils-r1
82
83
84 diff --git a/dev-python/hacking/hacking-0.9.6.ebuild b/dev-python/hacking/hacking-0.9.6.ebuild
85 index bce42f3e54..ef8b498646 100644
86 --- a/dev-python/hacking/hacking-0.9.6.ebuild
87 +++ b/dev-python/hacking/hacking-0.9.6.ebuild
88 @@ -1,10 +1,10 @@
89 -# Copyright 1999-2016 Gentoo Foundation
90 +# Copyright 1999-2017 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 # $Id$
93
94 EAPI=5
95
96 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
97 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
98
99 inherit distutils-r1