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/logilab-common: logilab-common-0.60.0.ebuild ChangeLog
Date: Mon, 02 Sep 2013 17:31:56
Message-Id: 20130902173151.D95662004C@flycatcher.gentoo.org
1 floppym 13/09/02 17:31:51
2
3 Modified: logilab-common-0.60.0.ebuild ChangeLog
4 Log:
5 Fix deps and skip a faulty doctest.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-python/logilab-common/logilab-common-0.60.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild?r1=1.1&r2=1.2
15
16 Index: logilab-common-0.60.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- logilab-common-0.60.0.ebuild 10 Aug 2013 10:00:25 -0000 1.1
23 +++ logilab-common-0.60.0.ebuild 2 Sep 2013 17:31:51 -0000 1.2
24 @@ -1,9 +1,11 @@
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/logilab-common/logilab-common-0.60.0.ebuild,v 1.1 2013/08/10 10:00:25 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.60.0.ebuild,v 1.2 2013/09/02 17:31:51 floppym Exp $
29
30 EAPI=5
31 -# broken with python3.3, bug #449276
32 +
33 +# 0.60.0 fails unittest_umessage with python3.3
34 +# http://www.logilab.org/ticket/149345
35 PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy{1_9,2_0} )
36
37 inherit distutils-r1 eutils
38 @@ -26,7 +28,7 @@
39 # Python2 only.
40 DEPEND="${RDEPEND}
41 test? (
42 - dev-python/egenix-mx-base[$(python_gen_usedep 'python2*')]
43 + $(python_gen_cond_dep dev-python/egenix-mx-base[$(python_gen_usedep 'python2*')] 'python2*')
44 !dev-python/psycopg[-mxdatetime]
45 )
46 doc? ( dev-python/epydoc )"
47 @@ -35,6 +37,9 @@
48 # Make sure setuptools does not create a zip file in python_test;
49 # this is buggy and causes tests to fail.
50 "${FILESDIR}/${PN}-0.59.1-zipsafe.patch"
51 +
52 + # Depends on order of dictionary keys
53 + "${FILESDIR}/logilab-common-0.60.0-skip-doctest.patch"
54 )
55
56 python_prepare_all() {
57
58
59
60 1.130 dev-python/logilab-common/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/ChangeLog?rev=1.130&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/ChangeLog?rev=1.130&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/ChangeLog?r1=1.129&r2=1.130
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v
69 retrieving revision 1.129
70 retrieving revision 1.130
71 diff -u -r1.129 -r1.130
72 --- ChangeLog 26 Aug 2013 11:25:27 -0000 1.129
73 +++ ChangeLog 2 Sep 2013 17:31:51 -0000 1.130
74 @@ -1,6 +1,10 @@
75 # ChangeLog for dev-python/logilab-common
76 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.129 2013/08/26 11:25:27 djc Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.130 2013/09/02 17:31:51 floppym Exp $
79 +
80 + 02 Sep 2013; Mike Gilbert <floppym@g.o>
81 + +files/logilab-common-0.60.0-skip-doctest.patch, logilab-common-0.60.0.ebuild:
82 + Fix deps and skip a faulty doctest.
83
84 26 Aug 2013; Dirkjan Ochtman <djc@g.o> -logilab-common-0.55.2.ebuild,
85 -logilab-common-0.57.1.ebuild, -logilab-common-0.57.2.ebuild,