Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/flask-script: flask-script-0.6.2.ebuild flask-script-0.6.6.ebuild flask-script-0.6.7.ebuild flask-script-0.6.3.ebuild flask-script-2.0.5.ebuild flask-script-2.0.3.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:41:28
Message-Id: 20140706124125.6DF502004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:41:25
2
3 Modified: flask-script-0.6.2.ebuild flask-script-0.6.6.ebuild
4 flask-script-0.6.7.ebuild flask-script-0.6.3.ebuild
5 flask-script-2.0.5.ebuild flask-script-2.0.3.ebuild
6 ChangeLog
7 Log:
8 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
9
10 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
11
12 Revision Changes Path
13 1.2 dev-python/flask-script/flask-script-0.6.2.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.2.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.2.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.2.ebuild?r1=1.1&r2=1.2
18
19 Index: flask-script-0.6.2.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.2.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- flask-script-0.6.2.ebuild 19 Aug 2013 13:41:08 -0000 1.1
26 +++ flask-script-0.6.2.ebuild 6 Jul 2014 12:41:25 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 +# Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.2.ebuild,v 1.1 2013/08/19 13:41:08 idella4 Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.2.ebuild,v 1.2 2014/07/06 12:41:25 mgorny Exp $
33
34 EAPI=5
35 PYTHON_COMPAT=( python{2_6,2_7,3_3} )
36 @@ -19,8 +19,7 @@
37 KEYWORDS="~amd64 ~x86"
38 IUSE="doc test"
39
40 -RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]
41 - virtual/python-argparse[${PYTHON_USEDEP}]"
42 +RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]"
43 DEPEND="${RDEPEND}
44 dev-python/setuptools[${PYTHON_USEDEP}]
45 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
46
47
48
49 1.2 dev-python/flask-script/flask-script-0.6.6.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.6.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.6.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.6.ebuild?r1=1.1&r2=1.2
54
55 Index: flask-script-0.6.6.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.6.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- flask-script-0.6.6.ebuild 10 Dec 2013 03:20:51 -0000 1.1
62 +++ flask-script-0.6.6.ebuild 6 Jul 2014 12:41:25 -0000 1.2
63 @@ -1,6 +1,6 @@
64 -# Copyright 1999-2013 Gentoo Foundation
65 +# Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.6.ebuild,v 1.1 2013/12/10 03:20:51 patrick Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.6.ebuild,v 1.2 2014/07/06 12:41:25 mgorny Exp $
69
70 EAPI=5
71 PYTHON_COMPAT=( python{2_6,2_7,3_3} )
72 @@ -19,8 +19,7 @@
73 KEYWORDS="~amd64 ~x86"
74 IUSE="doc test"
75
76 -RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]
77 - virtual/python-argparse[${PYTHON_USEDEP}]"
78 +RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]"
79 DEPEND="${RDEPEND}
80 dev-python/setuptools[${PYTHON_USEDEP}]
81 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
82
83
84
85 1.2 dev-python/flask-script/flask-script-0.6.7.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.7.ebuild?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.7.ebuild?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.7.ebuild?r1=1.1&r2=1.2
90
91 Index: flask-script-0.6.7.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.7.ebuild,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -u -r1.1 -r1.2
97 --- flask-script-0.6.7.ebuild 31 Mar 2014 08:20:32 -0000 1.1
98 +++ flask-script-0.6.7.ebuild 6 Jul 2014 12:41:25 -0000 1.2
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2014 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.7.ebuild,v 1.1 2014/03/31 08:20:32 patrick Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.7.ebuild,v 1.2 2014/07/06 12:41:25 mgorny Exp $
104
105 EAPI=5
106 PYTHON_COMPAT=( python{2_6,2_7,3_3} )
107 @@ -19,8 +19,7 @@
108 KEYWORDS="~amd64 ~x86"
109 IUSE="doc test"
110
111 -RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]
112 - virtual/python-argparse[${PYTHON_USEDEP}]"
113 +RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]"
114 DEPEND="${RDEPEND}
115 dev-python/setuptools[${PYTHON_USEDEP}]
116 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
117
118
119
120 1.2 dev-python/flask-script/flask-script-0.6.3.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.3.ebuild?rev=1.2&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.3.ebuild?rev=1.2&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-0.6.3.ebuild?r1=1.1&r2=1.2
125
126 Index: flask-script-0.6.3.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.3.ebuild,v
129 retrieving revision 1.1
130 retrieving revision 1.2
131 diff -u -r1.1 -r1.2
132 --- flask-script-0.6.3.ebuild 26 Nov 2013 05:40:32 -0000 1.1
133 +++ flask-script-0.6.3.ebuild 6 Jul 2014 12:41:25 -0000 1.2
134 @@ -1,6 +1,6 @@
135 -# Copyright 1999-2013 Gentoo Foundation
136 +# Copyright 1999-2014 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.3.ebuild,v 1.1 2013/11/26 05:40:32 patrick Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.6.3.ebuild,v 1.2 2014/07/06 12:41:25 mgorny Exp $
140
141 EAPI=5
142 PYTHON_COMPAT=( python{2_6,2_7,3_3} )
143 @@ -19,8 +19,7 @@
144 KEYWORDS="~amd64 ~x86"
145 IUSE="doc test"
146
147 -RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]
148 - virtual/python-argparse[${PYTHON_USEDEP}]"
149 +RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]"
150 DEPEND="${RDEPEND}
151 dev-python/setuptools[${PYTHON_USEDEP}]
152 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
153
154
155
156 1.2 dev-python/flask-script/flask-script-2.0.5.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild?rev=1.2&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild?rev=1.2&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild?r1=1.1&r2=1.2
161
162 Index: flask-script-2.0.5.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild,v
165 retrieving revision 1.1
166 retrieving revision 1.2
167 diff -u -r1.1 -r1.2
168 --- flask-script-2.0.5.ebuild 20 May 2014 07:46:18 -0000 1.1
169 +++ flask-script-2.0.5.ebuild 6 Jul 2014 12:41:25 -0000 1.2
170 @@ -1,6 +1,6 @@
171 # Copyright 1999-2014 Gentoo Foundation
172 # Distributed under the terms of the GNU General Public License v2
173 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild,v 1.1 2014/05/20 07:46:18 patrick Exp $
174 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.5.ebuild,v 1.2 2014/07/06 12:41:25 mgorny Exp $
175
176 EAPI=5
177 PYTHON_COMPAT=( python{2_7,3_3} pypy )
178 @@ -19,8 +19,7 @@
179 KEYWORDS="~amd64 ~x86"
180 IUSE="doc test"
181
182 -RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]
183 - virtual/python-argparse[${PYTHON_USEDEP}]"
184 +RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]"
185 DEPEND="${RDEPEND}
186 dev-python/setuptools[${PYTHON_USEDEP}]
187 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
188
189
190
191 1.2 dev-python/flask-script/flask-script-2.0.3.ebuild
192
193 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.3.ebuild?rev=1.2&view=markup
194 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.3.ebuild?rev=1.2&content-type=text/plain
195 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/flask-script-2.0.3.ebuild?r1=1.1&r2=1.2
196
197 Index: flask-script-2.0.3.ebuild
198 ===================================================================
199 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.3.ebuild,v
200 retrieving revision 1.1
201 retrieving revision 1.2
202 diff -u -r1.1 -r1.2
203 --- flask-script-2.0.3.ebuild 6 May 2014 10:24:00 -0000 1.1
204 +++ flask-script-2.0.3.ebuild 6 Jul 2014 12:41:25 -0000 1.2
205 @@ -1,6 +1,6 @@
206 # Copyright 1999-2014 Gentoo Foundation
207 # Distributed under the terms of the GNU General Public License v2
208 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.3.ebuild,v 1.1 2014/05/06 10:24:00 idella4 Exp $
209 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-2.0.3.ebuild,v 1.2 2014/07/06 12:41:25 mgorny Exp $
210
211 EAPI=5
212 PYTHON_COMPAT=( python{2_7,3_3} pypy )
213 @@ -19,8 +19,7 @@
214 KEYWORDS="~amd64 ~x86"
215 IUSE="doc test"
216
217 -RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]
218 - virtual/python-argparse[${PYTHON_USEDEP}]"
219 +RDEPEND=">=dev-python/flask-0.10.1-r1[${PYTHON_USEDEP}]"
220 DEPEND="${RDEPEND}
221 dev-python/setuptools[${PYTHON_USEDEP}]
222 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
223
224
225
226 1.17 dev-python/flask-script/ChangeLog
227
228 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?rev=1.17&view=markup
229 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?rev=1.17&content-type=text/plain
230 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-script/ChangeLog?r1=1.16&r2=1.17
231
232 Index: ChangeLog
233 ===================================================================
234 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v
235 retrieving revision 1.16
236 retrieving revision 1.17
237 diff -u -r1.16 -r1.17
238 --- ChangeLog 20 May 2014 07:46:18 -0000 1.16
239 +++ ChangeLog 6 Jul 2014 12:41:25 -0000 1.17
240 @@ -1,6 +1,13 @@
241 # ChangeLog for dev-python/flask-script
242 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
243 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.16 2014/05/20 07:46:18 patrick Exp $
244 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/ChangeLog,v 1.17 2014/07/06 12:41:25 mgorny Exp $
245 +
246 + 06 Jul 2014; Michał Górny <mgorny@g.o> flask-script-0.6.2.ebuild,
247 + flask-script-0.6.3.ebuild, flask-script-0.6.6.ebuild,
248 + flask-script-0.6.7.ebuild, flask-script-2.0.3.ebuild,
249 + flask-script-2.0.5.ebuild:
250 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
251 + unittest2 (those packages were only required for <=python-2.6).
252
253 *flask-script-2.0.5 (20 May 2014)