Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: metadata.xml ChangeLog beautifulsoup-4.2.0.ebuild beautifulsoup-4.1.3-r1.ebuild
Date: Wed, 22 May 2013 18:53:15
Message-Id: 20130522185253.BBB602171D@flycatcher.gentoo.org
1 idella4 13/05/22 18:52:53
2
3 Modified: metadata.xml ChangeLog beautifulsoup-4.2.0.ebuild
4 beautifulsoup-4.1.3-r1.ebuild
5 Log:
6 update Changelog
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.5 dev-python/beautifulsoup/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 22 May 2013 15:29:59 -0000 1.4
24 +++ metadata.xml 22 May 2013 18:52:53 -0000 1.5
25 @@ -13,7 +13,4 @@
26 <upstream>
27 <remote-id type="pypi">beautifulsoup4</remote-id>
28 </upstream>
29 - <use>
30 - <flag name='lxml'>An optional serialiser</flag>
31 - </use>
32 </pkgmetadata>
33
34
35
36 1.89 dev-python/beautifulsoup/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.89&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.89&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.88&r2=1.89
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
45 retrieving revision 1.88
46 retrieving revision 1.89
47 diff -u -r1.88 -r1.89
48 --- ChangeLog 18 May 2013 07:01:07 -0000 1.88
49 +++ ChangeLog 22 May 2013 18:52:53 -0000 1.89
50 @@ -1,6 +1,13 @@
51 # ChangeLog for dev-python/beautifulsoup
52 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.88 2013/05/18 07:01:07 radhermit Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.89 2013/05/22 18:52:53 idella4 Exp $
55 +
56 + 23 May 2013; Ian Delaney <idella4@g.o>
57 + beautifulsoup-4.1.3-r1.ebuild,beautifulsoup-4.2.0.ebuild,
58 + +bfs-4.2.0-no-lxml.patch:
59 + Add lxml to IUSE being an optional rdep, switch lxml to RDEP, add use lxml
60 + to metadata, optional rdep html5lib blocked by Bug #471002, re-add pypy2
61 + support to 4.2.0, patch to fix tests for 4.2.0
62
63 *beautifulsoup-4.2.0 (18 May 2013)
64
65
66
67
68 1.3 dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild?rev=1.3&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild?rev=1.3&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild?r1=1.2&r2=1.3
73
74 Index: beautifulsoup-4.2.0.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v
77 retrieving revision 1.2
78 retrieving revision 1.3
79 diff -u -r1.2 -r1.3
80 --- beautifulsoup-4.2.0.ebuild 22 May 2013 15:29:59 -0000 1.2
81 +++ beautifulsoup-4.2.0.ebuild 22 May 2013 18:52:53 -0000 1.3
82 @@ -1,6 +1,6 @@
83 # Copyright 1999-2013 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v 1.2 2013/05/22 15:29:59 idella4 Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.2.0.ebuild,v 1.3 2013/05/22 18:52:53 idella4 Exp $
87
88 EAPI=5
89 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 )
90 @@ -19,13 +19,14 @@
91 SLOT="4"
92 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"
93 # new html5 awaits keywording of html5lib in Bug 471002
94 -IUSE="doc +lxml test"
95 +IUSE="doc test"
96 # pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy2_0)] )
97
98 -RDEPEND="lxml? ( dev-python/lxml[$(python_gen_usedep 'python{2_6,2_7}' 'python3*')] )"
99 +RDEPEND=""
100 DEPEND="${RDEPEND}
101 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
102 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
103 + test? ( dev-python/nose[${PYTHON_USEDEP}]
104 + dev-python/lxml[$(python_gen_usedep 'python{2_6,2_7}' 'python3*')] )"
105
106 S=${WORKDIR}/${MY_P}
107
108
109
110
111 1.8 dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild?rev=1.8&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild?rev=1.8&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild?r1=1.7&r2=1.8
116
117 Index: beautifulsoup-4.1.3-r1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v
120 retrieving revision 1.7
121 retrieving revision 1.8
122 diff -u -r1.7 -r1.8
123 --- beautifulsoup-4.1.3-r1.ebuild 22 May 2013 15:29:59 -0000 1.7
124 +++ beautifulsoup-4.1.3-r1.ebuild 22 May 2013 18:52:53 -0000 1.8
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2013 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.7 2013/05/22 15:29:59 idella4 Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.1.3-r1.ebuild,v 1.8 2013/05/22 18:52:53 idella4 Exp $
130
131 EAPI=5
132
133 @@ -19,13 +19,14 @@
134 SLOT="4"
135 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"
136 # new html5 awaits keywording of html5lib in Bug 471002
137 -IUSE="doc +lxml test"
138 +IUSE="doc test"
139 # pending Bug 471002; html5? ( dev-python/html5lib[$(python_gen_usedep 'python{2_6,2_7}' pypy2_0)] )
140
141 -RDEPEND="lxml? ( dev-python/lxml[${PYTHON_USEDEP}] )"
142 +RDEPEND=""
143 DEPEND="${RDEPEND}
144 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
145 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
146 + test? ( dev-python/nose[${PYTHON_USEDEP}]
147 + dev-python/lxml[${PYTHON_USEDEP}] )"
148
149 S="${WORKDIR}/${MY_P}"