diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-23 20:40:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-23 20:40:03 +0000 |
commit | edf553e970342d07af8a7927824cac281302b378 (patch) | |
tree | 80c44ee899ddd12ce56cd3b1c8b65b5fe5de54f0 /dev-python/spyder | |
parent | Stable on amd64 wrt bug #342323 (diff) | |
download | gentoo-2-edf553e970342d07af8a7927824cac281302b378.tar.gz gentoo-2-edf553e970342d07af8a7927824cac281302b378.tar.bz2 gentoo-2-edf553e970342d07af8a7927824cac281302b378.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/spyder-1.1.3.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/spyder/spyder-1.1.3.ebuild b/dev-python/spyder/spyder-1.1.3.ebuild deleted file mode 100644 index 00eae09bcdaa..000000000000 --- a/dev-python/spyder/spyder-1.1.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-1.1.3.ebuild,v 1.3 2010/09/14 16:14:29 grozin Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_DEPEND="2:2.5" - -inherit distutils - -DESCRIPTION="Python IDE with matlab-like features" -HOMEPAGE="http://code.google.com/p/spyderlib/ http://pypi.python.org/pypi/spyder" -SRC_URI="http://spyderlib.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="matplotlib mayavi numpy pylint scipy" - -RDEPEND=">=dev-python/PyQt4-4.4[webkit] - >=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 )" |