diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-11-13 09:39:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-11-13 09:39:19 +0000 |
commit | 039071be7e9daf922081470776d17b26711973ed (patch) | |
tree | f0740eecf76addbc137a41edb0d287de3c9f8b4b /dev-python/ets/ets-4.2.0.ebuild | |
parent | Bump (diff) | |
download | gentoo-2-039071be7e9daf922081470776d17b26711973ed.tar.gz gentoo-2-039071be7e9daf922081470776d17b26711973ed.tar.bz2 gentoo-2-039071be7e9daf922081470776d17b26711973ed.zip |
Bump
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/ets/ets-4.2.0.ebuild')
-rw-r--r-- | dev-python/ets/ets-4.2.0.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/ets/ets-4.2.0.ebuild b/dev-python/ets/ets-4.2.0.ebuild new file mode 100644 index 000000000000..e956a6471a52 --- /dev/null +++ b/dev-python/ets/ets-4.2.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/ets/ets-4.2.0.ebuild,v 1.1 2012/11/13 09:39:19 patrick Exp $ + +EAPI=4 + +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils + +DESCRIPTION="Meta package for the Enthought Tool Suite" +HOMEPAGE="http://code.enthought.com/projects/ http://pypi.python.org/pypi/ets" +SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc examples" + +# see the setup_data.py file for version numbers +RDEPEND=" + >=dev-python/apptools-4.0.1[doc?,examples?] + >=dev-python/blockcanvas-4.0.1[doc?] + >=dev-python/chaco-4.1.0[doc?,examples?] + >=dev-python/codetools-4.0.0[doc?,examples?] + >=dev-python/enable-4.1.0[doc?,examples?] + >=dev-python/envisage-4.1.0[doc?,examples?] + >=dev-python/etsdevtools-4.0.0[doc?,examples?] + >=dev-python/graphcanvas-4.0.0[examples?] + >=sci-visualization/mayavi-4.1.0[doc?,examples?] + >=dev-python/pyface-4.1.0[doc?,examples?] + >=dev-python/scimath-4.0.1[doc?] + >=dev-python/traits-4.1.0[doc?,examples?] + >=dev-python/traitsui-4.1.0[doc?,examples?]" + +DEPEND="" |