From 7dbd98f558e72696457a0b0efb64ec0134680845 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Tue, 10 Nov 2009 16:38:26 +0000 Subject: Version bump, thanks to David Voge (bug #292564) (Portage version: 2.2_rc49/cvs/Linux i686) --- dev-python/spyder/spyder-1.0.1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-python/spyder/spyder-1.0.1.ebuild (limited to 'dev-python/spyder/spyder-1.0.1.ebuild') diff --git a/dev-python/spyder/spyder-1.0.1.ebuild b/dev-python/spyder/spyder-1.0.1.ebuild new file mode 100644 index 000000000000..acb5eba0be2e --- /dev/null +++ b/dev-python/spyder/spyder-1.0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-1.0.1.ebuild,v 1.1 2009/11/10 16:38:26 grozin Exp $ +EAPI=2 +NEED_PYTHON=2.5 +inherit distutils + +DESCRIPTION="Python IDE with matlab-like features" +HOMEPAGE="http://code.google.com/p/spyderlib/" +SRC_URI="http://spyderlib.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="matplotlib mayavi numpy pylint scipy" + +RDEPEND=">=dev-python/PyQt4-4.4 + >=dev-python/qscintilla-python-2.1 + matplotlib? ( dev-python/matplotlib ) + mayavi? ( sci-visualization/mayavi:2 ) + numpy? ( dev-python/numpy ) + pylint? ( dev-python/pylint ) + scipy? ( sci-libs/scipy )" -- cgit v1.2.3-65-gdbad