summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-05 18:12:48 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-05 18:12:48 +0000
commit598ea7a82cc328dbe5c3864875902f433d5795f9 (patch)
treec3ed5f8374854c23162fdc76bbc73c79a2eb0ed0 /dev-python/spyder
parentalpha/sparc stable wrt #342147 (diff)
downloadhistorical-598ea7a82cc328dbe5c3864875902f433d5795f9.tar.gz
historical-598ea7a82cc328dbe5c3864875902f433d5795f9.tar.bz2
historical-598ea7a82cc328dbe5c3864875902f433d5795f9.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/spyder')
-rw-r--r--dev-python/spyder/spyder-2.0.2.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/spyder/spyder-2.0.2.ebuild b/dev-python/spyder/spyder-2.0.2.ebuild
deleted file mode 100644
index 3fde46e0d391..000000000000
--- a/dev-python/spyder/spyder-2.0.2.ebuild
+++ /dev/null
@@ -1,35 +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-2.0.2.ebuild,v 1.1 2010/12/03 11:30:22 grozin Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-inherit distutils
-
-MY_PV="${PV/_/}"
-MY_P=${PN}-${MY_PV}
-
-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/${MY_P}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipython matplotlib numpy +pyflakes pylint +rope scipy"
-
-RDEPEND=">=dev-python/PyQt4-4.4[webkit]
- pyflakes? ( >=dev-python/pyflakes-0.3 )
- rope? ( >=dev-python/rope-0.9.0 )
- ipython? ( =dev-python/ipython-0.10 )
- matplotlib? ( dev-python/matplotlib )
- numpy? ( dev-python/numpy )
- pylint? ( dev-python/pylint )
- scipy? ( sci-libs/scipy )"
-
-PYTHON_MODNAME="spyderlib spyderplugins"
-
-S="${WORKDIR}/${MY_P}"