diff options
author | Andrey Grozin <grozin@gentoo.org> | 2009-11-10 16:38:26 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2009-11-10 16:38:26 +0000 |
commit | 7dbd98f558e72696457a0b0efb64ec0134680845 (patch) | |
tree | 4b8490f907db4a045a89ba1eeb832bcfc2c87d7a /dev-python/spyder | |
parent | old (diff) | |
download | gentoo-2-7dbd98f558e72696457a0b0efb64ec0134680845.tar.gz gentoo-2-7dbd98f558e72696457a0b0efb64ec0134680845.tar.bz2 gentoo-2-7dbd98f558e72696457a0b0efb64ec0134680845.zip |
Version bump, thanks to David Voge <davidvoge@gmail.com> (bug #292564)
(Portage version: 2.2_rc49/cvs/Linux i686)
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/spyder/spyder-1.0.1.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/spyder/ChangeLog b/dev-python/spyder/ChangeLog index 780547605955..b917d24bd088 100644 --- a/dev-python/spyder/ChangeLog +++ b/dev-python/spyder/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/spyder # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.1 2009/10/20 16:01:04 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/ChangeLog,v 1.2 2009/11/10 16:38:26 grozin Exp $ + +*spyder-1.0.1 (10 Nov 2009) + + 10 Nov 2009; Andrey Grozin <grozin@gentoo.org> +spyder-1.0.1.ebuild: + Version bump, thanks to David Voge <davidvoge@gmail.com> (bug #292564) *spyder-1.0.0 (20 Oct 2009) 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 )" |