diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-22 17:45:08 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-22 17:45:08 +0000 |
commit | f4cc5023182f3bfa70e45d713a91b93cc03a93bb (patch) | |
tree | 70c44b4696aabddee63566b68b8a387da5c58d9e /dev-python/spyder | |
parent | Make sqlite3 the default database if none or to many database backends are se... (diff) | |
download | gentoo-2-f4cc5023182f3bfa70e45d713a91b93cc03a93bb.tar.gz gentoo-2-f4cc5023182f3bfa70e45d713a91b93cc03a93bb.tar.bz2 gentoo-2-f4cc5023182f3bfa70e45d713a91b93cc03a93bb.zip |
Update HOMEPAGE.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/spyder')
-rw-r--r-- | dev-python/spyder/spyder-1.0.3.ebuild | 10 | ||||
-rw-r--r-- | dev-python/spyder/spyder-1.1.3.ebuild | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/spyder/spyder-1.0.3.ebuild b/dev-python/spyder/spyder-1.0.3.ebuild index 81e2ceec2fa7..b18166d1df55 100644 --- a/dev-python/spyder/spyder-1.0.3.ebuild +++ b/dev-python/spyder/spyder-1.0.3.ebuild @@ -1,14 +1,16 @@ # 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.0.3.ebuild,v 1.2 2010/03/30 13:39:50 grozin Exp $ -EAPI=3 -SUPPORT_PYTHON_ABIS=1 +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-1.0.3.ebuild,v 1.3 2010/07/22 17:45:08 arfrever 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/" +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" diff --git a/dev-python/spyder/spyder-1.1.3.ebuild b/dev-python/spyder/spyder-1.1.3.ebuild index 71a417bb4d17..629f2e5fdeea 100644 --- a/dev-python/spyder/spyder-1.1.3.ebuild +++ b/dev-python/spyder/spyder-1.1.3.ebuild @@ -1,14 +1,16 @@ # 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.1 2010/07/22 17:05:04 bicatali Exp $ -EAPI=3 -SUPPORT_PYTHON_ABIS=1 +# $Header: /var/cvsroot/gentoo-x86/dev-python/spyder/spyder-1.1.3.ebuild,v 1.2 2010/07/22 17:45:08 arfrever 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/" +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" |