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/flask/
Date: Mon, 13 Feb 2017 07:57:08
Message-Id: 1486972618.bdbedc7a1882d0c5eea28cc3672c9a55ee888782.zmedico@gentoo
1 commit: bdbedc7a1882d0c5eea28cc3672c9a55ee888782
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 07:55:46 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 07:56:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbedc7a
7
8 dev-python/flask: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/flask/flask-0.10.1-r1.ebuild | 4 ++--
13 dev-python/flask/flask-0.10.1-r2.ebuild | 4 ++--
14 dev-python/flask/flask-0.11.1-r1.ebuild | 4 ++--
15 dev-python/flask/flask-0.11.ebuild | 4 ++--
16 dev-python/flask/flask-0.12.ebuild | 2 +-
17 dev-python/flask/flask-9999.ebuild | 4 ++--
18 6 files changed, 11 insertions(+), 11 deletions(-)
19
20 diff --git a/dev-python/flask/flask-0.10.1-r1.ebuild b/dev-python/flask/flask-0.10.1-r1.ebuild
21 index dc604c58fa..7c1a1ce465 100644
22 --- a/dev-python/flask/flask-0.10.1-r1.ebuild
23 +++ b/dev-python/flask/flask-0.10.1-r1.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 EAPI="5"
31 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
32 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
33
34 inherit distutils-r1
35
36
37 diff --git a/dev-python/flask/flask-0.10.1-r2.ebuild b/dev-python/flask/flask-0.10.1-r2.ebuild
38 index e75ad50d01..e23e30798b 100644
39 --- a/dev-python/flask/flask-0.10.1-r2.ebuild
40 +++ b/dev-python/flask/flask-0.10.1-r2.ebuild
41 @@ -1,10 +1,10 @@
42 -# Copyright 1999-2015 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 EAPI=5
48
49 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
50 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
51
52 inherit distutils-r1
53
54
55 diff --git a/dev-python/flask/flask-0.11.1-r1.ebuild b/dev-python/flask/flask-0.11.1-r1.ebuild
56 index dd9dff905c..51e838d448 100644
57 --- a/dev-python/flask/flask-0.11.1-r1.ebuild
58 +++ b/dev-python/flask/flask-0.11.1-r1.ebuild
59 @@ -1,10 +1,10 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 +# Copyright 1999-2017 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Id$
64
65 EAPI=6
66
67 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
68 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
69
70 inherit distutils-r1
71
72
73 diff --git a/dev-python/flask/flask-0.11.ebuild b/dev-python/flask/flask-0.11.ebuild
74 index b579284dbe..61517eff3f 100644
75 --- a/dev-python/flask/flask-0.11.ebuild
76 +++ b/dev-python/flask/flask-0.11.ebuild
77 @@ -1,10 +1,10 @@
78 -# Copyright 1999-2016 Gentoo Foundation
79 +# Copyright 1999-2017 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Id$
82
83 EAPI=6
84
85 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
86 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
87
88 inherit distutils-r1
89
90
91 diff --git a/dev-python/flask/flask-0.12.ebuild b/dev-python/flask/flask-0.12.ebuild
92 index 1e0167d9f0..479d8f9312 100644
93 --- a/dev-python/flask/flask-0.12.ebuild
94 +++ b/dev-python/flask/flask-0.12.ebuild
95 @@ -4,7 +4,7 @@
96
97 EAPI=6
98
99 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
100 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
101
102 inherit distutils-r1
103
104
105 diff --git a/dev-python/flask/flask-9999.ebuild b/dev-python/flask/flask-9999.ebuild
106 index dc0f5f49a8..be2a2bca89 100644
107 --- a/dev-python/flask/flask-9999.ebuild
108 +++ b/dev-python/flask/flask-9999.ebuild
109 @@ -1,9 +1,9 @@
110 -# Copyright 1999-2015 Gentoo Foundation
111 +# Copyright 1999-2017 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 # $Id$
114
115 EAPI="5"
116 -PYTHON_COMPAT=( python{2_7,3_4} )
117 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
118
119 inherit distutils-r1 git-2