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/py: py-1.4.17.ebuild py-1.4.20.ebuild py-1.4.18.ebuild py-1.4.13.ebuild py-1.4.14.ebuild py-1.4.12-r1.ebuild py-1.4.15.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:52:08
Message-Id: 20140331205205.2CB412005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:52:05
2
3 Modified: py-1.4.17.ebuild py-1.4.20.ebuild py-1.4.18.ebuild
4 py-1.4.13.ebuild py-1.4.14.ebuild
5 py-1.4.12-r1.ebuild py-1.4.15.ebuild ChangeLog
6 Log:
7 Add support for the new PyPy slotting.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.2 dev-python/py/py-1.4.17.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.17.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.17.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.17.ebuild?r1=1.1&r2=1.2
17
18 Index: py-1.4.17.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.17.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- py-1.4.17.ebuild 27 Oct 2013 07:49:44 -0000 1.1
25 +++ py-1.4.17.ebuild 31 Mar 2014 20:52:04 -0000 1.2
26 @@ -1,10 +1,10 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.17.ebuild,v 1.1 2013/10/27 07:49:44 radhermit Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.17.ebuild,v 1.2 2014/03/31 20:52:04 mgorny Exp $
32
33 EAPI="5"
34
35 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
36 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
37 inherit distutils-r1
38
39 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
40
41
42
43 1.3 dev-python/py/py-1.4.20.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.20.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.20.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.20.ebuild?r1=1.2&r2=1.3
48
49 Index: py-1.4.20.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- py-1.4.20.ebuild 28 Mar 2014 13:49:40 -0000 1.2
56 +++ py-1.4.20.ebuild 31 Mar 2014 20:52:04 -0000 1.3
57 @@ -1,9 +1,9 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v 1.2 2014/03/28 13:49:40 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.20.ebuild,v 1.3 2014/03/31 20:52:04 mgorny Exp $
62
63 EAPI="5"
64 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
65 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
66 inherit distutils-r1
67
68 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
69
70
71
72 1.2 dev-python/py/py-1.4.18.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.18.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.18.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.18.ebuild?r1=1.1&r2=1.2
77
78 Index: py-1.4.18.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.18.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- py-1.4.18.ebuild 30 Oct 2013 08:00:35 -0000 1.1
85 +++ py-1.4.18.ebuild 31 Mar 2014 20:52:04 -0000 1.2
86 @@ -1,9 +1,9 @@
87 -# Copyright 1999-2013 Gentoo Foundation
88 +# Copyright 1999-2014 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.18.ebuild,v 1.1 2013/10/30 08:00:35 radhermit Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.18.ebuild,v 1.2 2014/03/31 20:52:04 mgorny Exp $
92
93 EAPI="5"
94 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
95 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
96 inherit distutils-r1
97
98 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
99
100
101
102 1.18 dev-python/py/py-1.4.13.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.13.ebuild?rev=1.18&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.13.ebuild?rev=1.18&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.13.ebuild?r1=1.17&r2=1.18
107
108 Index: py-1.4.13.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.13.ebuild,v
111 retrieving revision 1.17
112 retrieving revision 1.18
113 diff -u -r1.17 -r1.18
114 --- py-1.4.13.ebuild 5 Sep 2013 18:46:39 -0000 1.17
115 +++ py-1.4.13.ebuild 31 Mar 2014 20:52:04 -0000 1.18
116 @@ -1,10 +1,10 @@
117 -# Copyright 1999-2013 Gentoo Foundation
118 +# Copyright 1999-2014 Gentoo Foundation
119 # Distributed under the terms of the GNU General Public License v2
120 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.13.ebuild,v 1.17 2013/09/05 18:46:39 mgorny Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.13.ebuild,v 1.18 2014/03/31 20:52:04 mgorny Exp $
122
123 EAPI="5"
124
125 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
126 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
127 inherit distutils-r1
128
129 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
130
131
132
133 1.4 dev-python/py/py-1.4.14.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.14.ebuild?rev=1.4&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.14.ebuild?rev=1.4&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.14.ebuild?r1=1.3&r2=1.4
138
139 Index: py-1.4.14.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.14.ebuild,v
142 retrieving revision 1.3
143 retrieving revision 1.4
144 diff -u -r1.3 -r1.4
145 --- py-1.4.14.ebuild 5 Sep 2013 18:46:39 -0000 1.3
146 +++ py-1.4.14.ebuild 31 Mar 2014 20:52:04 -0000 1.4
147 @@ -1,10 +1,10 @@
148 -# Copyright 1999-2013 Gentoo Foundation
149 +# Copyright 1999-2014 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.14.ebuild,v 1.3 2013/09/05 18:46:39 mgorny Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.14.ebuild,v 1.4 2014/03/31 20:52:04 mgorny Exp $
153
154 EAPI="5"
155
156 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
157 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
158 inherit distutils-r1
159
160 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
161
162
163
164 1.18 dev-python/py/py-1.4.12-r1.ebuild
165
166 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild?rev=1.18&view=markup
167 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild?rev=1.18&content-type=text/plain
168 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild?r1=1.17&r2=1.18
169
170 Index: py-1.4.12-r1.ebuild
171 ===================================================================
172 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild,v
173 retrieving revision 1.17
174 retrieving revision 1.18
175 diff -u -r1.17 -r1.18
176 --- py-1.4.12-r1.ebuild 5 Sep 2013 18:46:39 -0000 1.17
177 +++ py-1.4.12-r1.ebuild 31 Mar 2014 20:52:04 -0000 1.18
178 @@ -1,10 +1,10 @@
179 -# Copyright 1999-2013 Gentoo Foundation
180 +# Copyright 1999-2014 Gentoo Foundation
181 # Distributed under the terms of the GNU General Public License v2
182 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild,v 1.17 2013/09/05 18:46:39 mgorny Exp $
183 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.12-r1.ebuild,v 1.18 2014/03/31 20:52:04 mgorny Exp $
184
185 EAPI="5"
186
187 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
188 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
189 inherit distutils-r1
190
191 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
192
193
194
195 1.5 dev-python/py/py-1.4.15.ebuild
196
197 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.15.ebuild?rev=1.5&view=markup
198 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.15.ebuild?rev=1.5&content-type=text/plain
199 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/py-1.4.15.ebuild?r1=1.4&r2=1.5
200
201 Index: py-1.4.15.ebuild
202 ===================================================================
203 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.15.ebuild,v
204 retrieving revision 1.4
205 retrieving revision 1.5
206 diff -u -r1.4 -r1.5
207 --- py-1.4.15.ebuild 22 Oct 2013 14:17:08 -0000 1.4
208 +++ py-1.4.15.ebuild 31 Mar 2014 20:52:04 -0000 1.5
209 @@ -1,10 +1,10 @@
210 -# Copyright 1999-2013 Gentoo Foundation
211 +# Copyright 1999-2014 Gentoo Foundation
212 # Distributed under the terms of the GNU General Public License v2
213 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.15.ebuild,v 1.4 2013/10/22 14:17:08 grobian Exp $
214 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-1.4.15.ebuild,v 1.5 2014/03/31 20:52:04 mgorny Exp $
215
216 EAPI="5"
217
218 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
219 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
220 inherit distutils-r1
221
222 DESCRIPTION="library with cross-python path, ini-parsing, io, code, log facilities"
223
224
225
226 1.166 dev-python/py/ChangeLog
227
228 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.166&view=markup
229 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?rev=1.166&content-type=text/plain
230 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py/ChangeLog?r1=1.165&r2=1.166
231
232 Index: ChangeLog
233 ===================================================================
234 RCS file: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v
235 retrieving revision 1.165
236 retrieving revision 1.166
237 diff -u -r1.165 -r1.166
238 --- ChangeLog 28 Mar 2014 13:49:40 -0000 1.165
239 +++ ChangeLog 31 Mar 2014 20:52:04 -0000 1.166
240 @@ -1,6 +1,11 @@
241 # ChangeLog for dev-python/py
242 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
243 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.165 2014/03/28 13:49:40 jer Exp $
244 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.166 2014/03/31 20:52:04 mgorny Exp $
245 +
246 + 31 Mar 2014; Michał Górny <mgorny@g.o> py-1.4.12-r1.ebuild,
247 + py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild, py-1.4.17.ebuild,
248 + py-1.4.18.ebuild, py-1.4.20.ebuild:
249 + Add support for the new PyPy slotting.
250
251 28 Mar 2014; Jeroen Roovers <jer@g.o> py-1.4.20.ebuild:
252 Stable for HPPA (bug #506042).