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/rope: ChangeLog rope-0.9.3.ebuild
Date: Thu, 01 Jul 2010 04:34:26
Message-Id: 20100701043423.599272C3ED@corvid.gentoo.org
1 arfrever 10/07/01 04:34:23
2
3 Modified: ChangeLog rope-0.9.3.ebuild
4 Log:
5 Fix returning of tests results.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.8 dev-python/rope/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/ChangeLog?r1=1.7&r2=1.8
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- ChangeLog 30 Jun 2010 02:05:22 -0000 1.7
22 +++ ChangeLog 1 Jul 2010 04:34:23 -0000 1.8
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/rope
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.7 2010/06/30 02:05:22 arfrever Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.8 2010/07/01 04:34:23 arfrever Exp $
28 +
29 + 01 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + rope-0.9.3.ebuild, +files/rope-0.9.3-fix_tests_results.patch:
31 + Fix returning of tests results.
32
33 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 rope-0.9.3.ebuild:
35
36
37
38 1.3 dev-python/rope/rope-0.9.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?r1=1.2&r2=1.3
43
44 Index: rope-0.9.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- rope-0.9.3.ebuild 30 Jun 2010 02:05:22 -0000 1.2
51 +++ rope-0.9.3.ebuild 1 Jul 2010 04:34:23 -0000 1.3
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.2 2010/06/30 02:05:22 arfrever Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.3 2010/07/01 04:34:23 arfrever Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2:2.5"
60 SUPPORT_PYTHON_ABIS="1"
61 RESTRICT_PYTHON_ABIS="2.4 3.*"
62
63 -inherit distutils
64 +inherit distutils eutils
65
66 DESCRIPTION="Python refactoring library"
67 HOMEPAGE="http://rope.sourceforge.net/ http://pypi.python.org/pypi/rope"
68 @@ -21,6 +21,11 @@
69 DEPEND=""
70 RDEPEND=""
71
72 +src_prepare() {
73 + distutils_src_prepare
74 + epatch "${FILESDIR}/${P}-fix_tests_results.patch"
75 +}
76 +
77 src_test() {
78 testing() {
79 PYTHONPATH="build-${PYTHON_ABI}/lib:." "$(PYTHON)" ropetest/__init__.py