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/codetools: codetools-3.2.0.ebuild
Date: Tue, 01 Feb 2011 01:25:54
Message-Id: 20110201012546.1C72120054@flycatcher.gentoo.org
1 arfrever 11/02/01 01:25:46
2
3 Modified: codetools-3.2.0.ebuild
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha19_p52/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-python/codetools/codetools-3.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-3.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-3.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/codetools/codetools-3.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: codetools-3.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-3.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- codetools-3.2.0.ebuild 30 Jan 2011 00:42:09 -0000 1.1
23 +++ codetools-3.2.0.ebuild 1 Feb 2011 01:25:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-3.2.0.ebuild,v 1.1 2011/01/30 00:42:09 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/codetools/codetools-3.2.0.ebuild,v 1.2 2011/02/01 01:25:46 arfrever Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -23,11 +23,16 @@
33 LICENSE="BSD"
34
35 RDEPEND="dev-python/numpy
36 + >=dev-python/scimath-3.0.7
37 >=dev-python/traits-3.6.0"
38 DEPEND="${RDEPEND}
39 dev-python/setuptools
40 doc? ( dev-python/sphinx )
41 - test? ( dev-python/nose )"
42 + test? (
43 + >=dev-python/blockcanvas-3.2.1
44 + >=dev-python/etsdevtools-3.1.1
45 + dev-python/nose
46 + )"
47
48 S="${WORKDIR}/${MY_P}"