Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylint: pylint-0.18.1.ebuild ChangeLog
Date: Fri, 04 Sep 2009 22:59:33
Message-Id: E1Mjhkh-0002Kt-GO@stork.gentoo.org
1 arfrever 09/09/04 22:59:31
2
3 Modified: pylint-0.18.1.ebuild ChangeLog
4 Log:
5 Fix tests.
6 (Portage version: 14182-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/pylint/pylint-0.18.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.18.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.18.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/pylint-0.18.1.ebuild?r1=1.1&r2=1.2
14
15 Index: pylint-0.18.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pylint-0.18.1.ebuild 4 Sep 2009 20:15:35 -0000 1.1
22 +++ pylint-0.18.1.ebuild 4 Sep 2009 22:59:31 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1.ebuild,v 1.1 2009/09/04 20:15:35 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1.ebuild,v 1.2 2009/09/04 22:59:31 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -20,8 +20,13 @@
32 >=dev-python/astng-0.19.0"
33 RDEPEND="${DEPEND}
34 dev-lang/python[tk?]"
35 +RESTRICT_PYTHON_ABIS="3.*"
36
37 -RESTRICT_PYTHON_ABIS="3*"
38 +src_prepare() {
39 + distutils_src_prepare
40 +
41 + epatch "${FILESDIR}/${P}-utils.py.patch"
42 +}
43
44 src_test() {
45 testing() {
46 @@ -74,6 +79,8 @@
47 }
48
49 pkg_postinst() {
50 + distutils_pkg_postinst
51 +
52 if ! built_with_use dev-lang/python tk; then
53 ewarn "dev-lang/python has been built without tk support,"
54 ewarn "${PN}-gui doesn't work without Tkinter so if you really need it"
55
56
57
58 1.51 dev-python/pylint/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.51&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.51&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.50&r2=1.51
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
67 retrieving revision 1.50
68 retrieving revision 1.51
69 diff -u -r1.50 -r1.51
70 --- ChangeLog 4 Sep 2009 20:15:35 -0000 1.50
71 +++ ChangeLog 4 Sep 2009 22:59:31 -0000 1.51
72 @@ -1,6 +1,10 @@
73 # ChangeLog for dev-python/pylint
74 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.50 2009/09/04 20:15:35 patrick Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.51 2009/09/04 22:59:31 arfrever Exp $
77 +
78 + 04 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
79 + pylint-0.18.1.ebuild, +files/pylint-0.18.1-utils.py.patch:
80 + Fix tests.
81
82 *pylint-0.18.1 (04 Sep 2009)