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/beautifulsoup: beautifulsoup-3.2.1-r1.ebuild beautifulsoup-4.1.3-r1.ebuild beautifulsoup-4.2.0.ebuild beautifulsoup-4.3.2.ebuild beautifulsoup-4.2.1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:31:29
Message-Id: 20140331203126.B8A082005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:31:26
2
3 Modified: beautifulsoup-3.2.1-r1.ebuild
4 beautifulsoup-4.1.3-r1.ebuild
5 beautifulsoup-4.2.0.ebuild
6 beautifulsoup-4.3.2.ebuild
7 beautifulsoup-4.2.1.ebuild ChangeLog
8 Log:
9 Add support for the new PyPy slotting.
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
12
13 Revision Changes Path
14 1.13 dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?rev=1.13&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?rev=1.13&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild?r1=1.12&r2=1.13
19
20 Index: beautifulsoup-3.2.1-r1.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v
23 retrieving revision 1.12
24 retrieving revision 1.13
25 diff -u -r1.12 -r1.13
26 --- beautifulsoup-3.2.1-r1.ebuild 11 Feb 2014 19:19:26 -0000 1.12
27 +++ beautifulsoup-3.2.1-r1.ebuild 31 Mar 2014 20:31:26 -0000 1.13
28 @@ -1,9 +1,9 @@
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/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.12 2014/02/11 19:19:26 jer Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.1-r1.ebuild,v 1.13 2014/03/31 20:31:26 mgorny Exp $
33
34 EAPI=5
35 -PYTHON_COMPAT=( python2_{6,7} pypy2_0 )
36 +PYTHON_COMPAT=( python2_{6,7} pypy pypy2_0 )
37
38 inherit distutils-r1
39
40
41
42
43 1.10 dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild?r1=1.9&r2=1.10
48
49 Index: beautifulsoup-4.1.3-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- beautifulsoup-4.1.3-r1.ebuild 5 Sep 2013 18:46:14 -0000 1.9
56 +++ beautifulsoup-4.1.3-r1.ebuild 31 Mar 2014 20:31:26 -0000 1.10
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2013 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.9 2013/09/05 18:46:14 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.10 2014/03/31 20:31:26 mgorny Exp $
63
64 EAPI=5
65
66 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
67 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
68
69 inherit distutils-r1
70
71 @@ -20,7 +20,7 @@
72 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
73 # new html5 awaits keywording of html5lib in Bug 471002
74 IUSE="doc test"
75 -# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy2_0)] )
76 +# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy pypy2_0)] )
77
78 RDEPEND=""
79 DEPEND="${RDEPEND}
80
81
82
83 1.10 dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild?rev=1.10&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild?rev=1.10&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild?r1=1.9&r2=1.10
88
89 Index: beautifulsoup-4.2.0.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v
92 retrieving revision 1.9
93 retrieving revision 1.10
94 diff -u -r1.9 -r1.10
95 --- beautifulsoup-4.2.0.ebuild 1 Mar 2014 23:42:19 -0000 1.9
96 +++ beautifulsoup-4.2.0.ebuild 31 Mar 2014 20:31:26 -0000 1.10
97 @@ -1,9 +1,9 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v 1.9 2014/03/01 23:42:19 pacho Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v 1.10 2014/03/31 20:31:26 mgorny Exp $
102
103 EAPI=5
104 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
105 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
106
107 inherit distutils-r1
108
109 @@ -20,7 +20,7 @@
110 KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
111 # new html5 awaits keywording of html5lib in Bug 471002
112 IUSE="doc test"
113 -# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy2_0)] )
114 +# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy pypy2_0)] )
115
116 RDEPEND=""
117 DEPEND="${RDEPEND}
118
119
120
121 1.3 dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?rev=1.3&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?rev=1.3&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?r1=1.2&r2=1.3
126
127 Index: beautifulsoup-4.3.2.ebuild
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v
130 retrieving revision 1.2
131 retrieving revision 1.3
132 diff -u -r1.2 -r1.3
133 --- beautifulsoup-4.3.2.ebuild 21 Jan 2014 04:59:20 -0000 1.2
134 +++ beautifulsoup-4.3.2.ebuild 31 Mar 2014 20:31:26 -0000 1.3
135 @@ -1,9 +1,9 @@
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/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.2 2014/01/21 04:59:20 patrick Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.3 2014/03/31 20:31:26 mgorny Exp $
140
141 EAPI=5
142 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
143 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
144
145 inherit distutils-r1
146
147 @@ -20,7 +20,7 @@
148 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
149 # new html5 awaits keywording of html5lib in Bug 471002
150 IUSE="doc test"
151 -# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy2_0)] )
152 +# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy pypy2_0)] )
153
154 RDEPEND=""
155 DEPEND="${RDEPEND}
156
157
158
159 1.4 dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild
160
161 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild?rev=1.4&view=markup
162 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild?rev=1.4&content-type=text/plain
163 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild?r1=1.3&r2=1.4
164
165 Index: beautifulsoup-4.2.1.ebuild
166 ===================================================================
167 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild,v
168 retrieving revision 1.3
169 retrieving revision 1.4
170 diff -u -r1.3 -r1.4
171 --- beautifulsoup-4.2.1.ebuild 21 Jan 2014 04:59:20 -0000 1.3
172 +++ beautifulsoup-4.2.1.ebuild 31 Mar 2014 20:31:26 -0000 1.4
173 @@ -1,9 +1,9 @@
174 # Copyright 1999-2014 Gentoo Foundation
175 # Distributed under the terms of the GNU General Public License v2
176 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild,v 1.3 2014/01/21 04:59:20 patrick Exp $
177 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.1.ebuild,v 1.4 2014/03/31 20:31:26 mgorny Exp $
178
179 EAPI=5
180 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
181 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
182
183 inherit distutils-r1
184
185 @@ -20,7 +20,7 @@
186 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
187 # new html5 awaits keywording of html5lib in Bug 471002
188 IUSE="doc test"
189 -# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy2_0)] )
190 +# pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy pypy2_0)] )
191
192 RDEPEND=""
193 DEPEND="${RDEPEND}
194
195
196
197 1.112 dev-python/beautifulsoup/ChangeLog
198
199 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.112&view=markup
200 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.112&content-type=text/plain
201 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.111&r2=1.112
202
203 Index: ChangeLog
204 ===================================================================
205 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
206 retrieving revision 1.111
207 retrieving revision 1.112
208 diff -u -r1.111 -r1.112
209 --- ChangeLog 1 Mar 2014 23:42:19 -0000 1.111
210 +++ ChangeLog 31 Mar 2014 20:31:26 -0000 1.112
211 @@ -1,6 +1,11 @@
212 # ChangeLog for dev-python/beautifulsoup
213 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
214 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.111 2014/03/01 23:42:19 pacho Exp $
215 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.112 2014/03/31 20:31:26 mgorny Exp $
216 +
217 + 31 Mar 2014; Michał Górny <mgorny@g.o> beautifulsoup-3.2.1-r1.ebuild,
218 + beautifulsoup-4.1.3-r1.ebuild, beautifulsoup-4.2.0.ebuild,
219 + beautifulsoup-4.2.1.ebuild, beautifulsoup-4.3.2.ebuild:
220 + Add support for the new PyPy slotting.
221
222 01 Mar 2014; Pacho Ramos <pacho@g.o> beautifulsoup-4.2.0.ebuild:
223 amd64 stable, bug #474178