Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: beautifulsoup-3.1.0.1-r2.ebuild ChangeLog
Date: Wed, 22 May 2013 22:05:19
Message-Id: 20130522220514.5A4D62171D@flycatcher.gentoo.org
1 floppym 13/05/22 22:05:14
2
3 Modified: beautifulsoup-3.1.0.1-r2.ebuild ChangeLog
4 Log:
5 Add note about test failures with python3.3.
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: beautifulsoup-3.1.0.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- beautifulsoup-3.1.0.1-r2.ebuild 22 May 2013 21:56:45 -0000 1.1
23 +++ beautifulsoup-3.1.0.1-r2.ebuild 22 May 2013 22:05:14 -0000 1.2
24 @@ -1,8 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.1 2013/05/22 21:56:45 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r2.ebuild,v 1.2 2013/05/22 22:05:14 floppym Exp $
29
30 EAPI="5"
31 +# A few tests fail with python3.3 :(
32 PYTHON_COMPAT=( python{3_1,3_2,3_3} )
33
34 inherit distutils-r1 eutils
35
36
37
38 1.94 dev-python/beautifulsoup/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.94&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.94&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.93&r2=1.94
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
47 retrieving revision 1.93
48 retrieving revision 1.94
49 diff -u -r1.93 -r1.94
50 --- ChangeLog 22 May 2013 21:59:18 -0000 1.93
51 +++ ChangeLog 22 May 2013 22:05:14 -0000 1.94
52 @@ -1,6 +1,10 @@
53 # ChangeLog for dev-python/beautifulsoup
54 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.93 2013/05/22 21:59:18 floppym Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.94 2013/05/22 22:05:14 floppym Exp $
57 +
58 + 22 May 2013; Mike Gilbert <floppym@g.o>
59 + beautifulsoup-3.1.0.1-r2.ebuild:
60 + Add note about test failures with python3.3.
61
62 22 May 2013; Mike Gilbert <floppym@g.o> beautifulsoup-3.2.1-r1.ebuild:
63 Keyword ~amd64-fbsd to resolve dependency in dev-python/lxml.