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, 04 Feb 2010 21:32:49
Message-Id: E1Nd9Je-0002bm-BT@stork.gentoo.org
1 arfrever 10/02/04 21:32:46
2
3 Modified: ChangeLog
4 Added: rope-0.9.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 15321-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/rope/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 5 Sep 2009 16:59:42 -0000 1.5
23 +++ ChangeLog 4 Feb 2010 21:32:45 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/rope
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.5 2009/09/05 16:59:42 arfrever Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rope/ChangeLog,v 1.6 2010/02/04 21:32:45 arfrever Exp $
30 +
31 +*rope-0.9.3 (04 Feb 2010)
32 +
33 + 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +rope-0.9.3.ebuild:
35 + Version bump.
36
37 05 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
38 rope-0.9.2.ebuild:
39
40
41
42 1.1 dev-python/rope/rope-0.9.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: rope-0.9.3.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/rope/rope-0.9.3.ebuild,v 1.1 2010/02/04 21:32:45 arfrever Exp $
52
53 EAPI="2"
54 NEED_PYTHON="2.5"
55 SUPPORT_PYTHON_ABIS="1"
56
57 inherit distutils
58
59 DESCRIPTION="Python refactoring library"
60 HOMEPAGE="http://rope.sourceforge.net/ http://pypi.python.org/pypi/rope"
61 SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND=""
70 RESTRICT_PYTHON_ABIS="2.4 3.*"
71
72 src_test() {
73 testing() {
74 PYTHONPATH="build-${PYTHON_ABI}/lib:." "$(PYTHON)" ropetest/__init__.py
75 }
76 python_execute_function testing
77 }
78
79 src_install() {
80 distutils_src_install
81 docinto docs
82 dodoc docs/*.txt
83 }