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: beautifulsoup-4.3.2.ebuild ChangeLog
Date: Mon, 01 Dec 2014 08:06:07
Message-Id: 20141201080602.2C864B458@oystercatcher.gentoo.org
1 idella4 14/12/01 08:06:02
2
3 Modified: beautifulsoup-4.3.2.ebuild ChangeLog
4 Log:
5 clean old impls, add pypy3, update test phase
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.5 dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild?r1=1.4&r2=1.5
15
16 Index: beautifulsoup-4.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- beautifulsoup-4.3.2.ebuild 2 Apr 2014 21:11:35 -0000 1.4
23 +++ beautifulsoup-4.3.2.ebuild 1 Dec 2014 08:06:02 -0000 1.5
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.4 2014/04/02 21:11:35 chutzpah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-4.3.2.ebuild,v 1.5 2014/12/01 08:06:02 idella4 Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} pypy pypy2_0 )
32 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
33
34 inherit distutils-r1
35
36 @@ -37,9 +37,7 @@
37 }
38
39 python_test() {
40 - # https://bugs.launchpad.net/beautifulsoup/+bug/1251451
41 - nosetests -w "${BUILD_DIR}"/lib -I test_lxml.py \
42 - || die "Tests fail with ${EPYTHON}"
43 + nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
44 }
45
46 python_install_all() {
47
48
49
50 1.120 dev-python/beautifulsoup/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.120&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.120&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.119&r2=1.120
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
59 retrieving revision 1.119
60 retrieving revision 1.120
61 diff -u -r1.119 -r1.120
62 --- ChangeLog 24 Nov 2014 13:47:10 -0000 1.119
63 +++ ChangeLog 1 Dec 2014 08:06:02 -0000 1.120
64 @@ -1,6 +1,9 @@
65 # ChangeLog for dev-python/beautifulsoup
66 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.119 2014/11/24 13:47:10 pacho Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.120 2014/12/01 08:06:02 idella4 Exp $
69 +
70 + 01 Dec 2014; Ian Delaney <idella4@g.o> beautifulsoup-4.3.2.ebuild:
71 + clean old impls, add pypy3, update test phase
72
73 24 Nov 2014; Pacho Ramos <pacho@g.o> beautifulsoup-3.1.0.1-r2.ebuild:
74 Support python 3.4