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/astroid: astroid-1.2.0.ebuild ChangeLog
Date: Thu, 31 Jul 2014 07:04:13
Message-Id: 20140731070405.34CDD2004E@flycatcher.gentoo.org
1 idella4 14/07/31 07:04:04
2
3 Modified: astroid-1.2.0.ebuild ChangeLog
4 Log:
5 update dep, test phase wrt Bug #518272
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/astroid/astroid-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: astroid-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- astroid-1.2.0.ebuild 31 Jul 2014 03:53:15 -0000 1.1
23 +++ astroid-1.2.0.ebuild 31 Jul 2014 07:04:04 -0000 1.2
24 @@ -1,6 +1,6 @@
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/astroid/astroid-1.2.0.ebuild,v 1.1 2014/07/31 03:53:15 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v 1.2 2014/07/31 07:04:04 idella4 Exp $
29
30 EAPI=5
31
32 @@ -21,16 +21,16 @@
33 RDEPEND=">=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]"
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
35 test? ( ${RDEPEND}
36 - >=dev-python/pylint-1.1.0[${PYTHON_USEDEP}] )"
37 + ~dev-python/pylint-1.3.0[${PYTHON_USEDEP}] )"
38 # Required for tests
39 DISTUTILS_IN_SOURCE_BUILD=1
40
41 -python_prepare_all() {
42 +#python_prepare_all() {
43 # https://bitbucket.org/logilab/astroid/issue/8/
44 - sed -e "s/test_numpy_crash/_&/" -i test/unittest_regrtest.py
45 +# sed -e "s/test_numpy_crash/_&/" -i test/unittest_regrtest.py
46
47 - distutils-r1_python_prepare_all
48 -}
49 +# distutils-r1_python_prepare_all
50 +#}
51
52 # Restrict to test phase, required because suite fails horribly without it
53 src_test() {
54
55
56
57 1.6 dev-python/astroid/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.5&r2=1.6
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- ChangeLog 31 Jul 2014 03:53:15 -0000 1.5
70 +++ ChangeLog 31 Jul 2014 07:04:04 -0000 1.6
71 @@ -1,6 +1,9 @@
72 # ChangeLog for dev-python/astroid
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.5 2014/07/31 03:53:15 idella4 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.6 2014/07/31 07:04:04 idella4 Exp $
76 +
77 + 31 Jul 2014; Ian Delaney <idella4@g.o> astroid-1.2.0.ebuild:
78 + update dep, test phase wrt Bug #518272
79
80 *astroid-1.2.0 (31 Jul 2014)