Gentoo Archives: gentoo-python

From: Mike Gilbert <floppym@g.o>
To: idella4@g.o
Cc: gentoo-python <gentoo-python@l.g.o>, Gentoo Python Project <python@g.o>
Subject: [gentoo-python] Re: [gentoo-commits] gentoo-x86 commit in dev-python/logilab-common: logilab-common-0.59.1.ebuild ChangeLog
Date: Tue, 25 Jun 2013 03:21:53
Message-Id: CAJ0EP404rHUURi0D-tOt01HzUJ9EQCSsjkpaV0v4nMjGPvGSDA@mail.gmail.com
1 On Tue, Jun 18, 2013 at 10:55 AM, Ian Delaney (idella4)
2 <idella4@g.o> wrote:
3 > idella4 13/06/18 14:55:23
4 >
5 > Modified: logilab-common-0.59.1.ebuild ChangeLog
6 > Log:
7 > add py3.3 support
8 >
9 > (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10 >
11 > Revision Changes Path
12 > 1.2 dev-python/logilab-common/logilab-common-0.59.1.ebuild
13 >
14 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild?rev=1.2&view=markup
15 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild?rev=1.2&content-type=text/plain
16 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild?r1=1.1&r2=1.2
17 >
18 > Index: logilab-common-0.59.1.ebuild
19 > ===================================================================
20 > RCS file: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v
21 > retrieving revision 1.1
22 > retrieving revision 1.2
23 > diff -u -r1.1 -r1.2
24 > --- logilab-common-0.59.1.ebuild 22 Apr 2013 07:18:10 -0000 1.1
25 > +++ logilab-common-0.59.1.ebuild 18 Jun 2013 14:55:23 -0000 1.2
26 > @@ -1,10 +1,10 @@
27 > # Copyright 1999-2013 Gentoo Foundation
28 > # Distributed under the terms of the GNU General Public License v2
29 > -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v 1.1 2013/04/22 07:18:10 patrick Exp $
30 > +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v 1.2 2013/06/18 14:55:23 idella4 Exp $
31 >
32 > EAPI=5
33 > # broken with python3.3, bug #449276
34 > -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy{1_9,2_0} )
35 > +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
36 >
37
38 Why did you choose to ignore the comment above telling you that the
39 package is broken with python3.3?
40
41 It seems pretty clear that this was not tested properly; the pytest
42 command immediately dies with the same error that is listed in the bug
43 report.
44
45 Also, since logilab-common is broken with python3.3, that breaks astng
46 and pylint, which you also updated.