Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/spyder: spyder-1.0.3.ebuild ChangeLog spyder-1.0.1.ebuild
Date: Tue, 30 Mar 2010 02:32:21
Message-Id: E1NwRFX-0000v4-HW@stork.gentoo.org
1 grozin 10/03/30 02:32:15
2
3 Modified: ChangeLog
4 Added: spyder-1.0.3.ebuild
5 Removed: spyder-1.0.1.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc67/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 dev-python/spyder/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/spyder/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/spyder/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/spyder/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 4 Dec 2009 07:10:57 -0000 1.4
24 +++ ChangeLog 30 Mar 2010 02:32:15 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/spyder
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.4 2009/12/04 07:10:57 grozin Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.5 2010/03/30 02:32:15 grozin Exp $
31 +
32 +*spyder-1.0.3 (30 Mar 2010)
33 +
34 + 30 Mar 2010; Andrey Grozin <grozin@g.o> -spyder-1.0.1.ebuild,
35 + +spyder-1.0.3.ebuild:
36 + Version bump
37
38 04 Dec 2009; Andrey Grozin <grozin@g.o> -spyder-1.0.0.ebuild:
39 Cleaning an old version
40
41
42
43 1.1 dev-python/spyder/spyder-1.0.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/spyder/spyder-1.0.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/spyder/spyder-1.0.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: spyder-1.0.3.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-1.0.3.ebuild,v 1.1 2010/03/30 02:32:15 grozin Exp $
53 EAPI=2
54 NEED_PYTHON=2.5
55 inherit distutils
56
57 DESCRIPTION="Python IDE with matlab-like features"
58 HOMEPAGE="http://code.google.com/p/spyderlib/"
59 SRC_URI="http://spyderlib.googlecode.com/files/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="matplotlib mayavi numpy pylint scipy"
65
66 RDEPEND=">=dev-python/PyQt4-4.4
67 >=dev-python/qscintilla-python-2.1
68 matplotlib? ( dev-python/matplotlib )
69 mayavi? ( sci-visualization/mayavi:2 )
70 numpy? ( dev-python/numpy )
71 pylint? ( dev-python/pylint )
72 scipy? ( sci-libs/scipy )"