# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.4.9.ebuild,v 1.1 2010/05/28 17:01:01 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Virtual Python Environment builder" HOMEPAGE="http://pypi.python.org/pypi/virtualenv" SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" SLOT="0" IUSE="" RDEPEND="dev-python/setuptools" DEPEND="${RDEPEND}" RESTRICT_PYTHON_ABIS="3.*" DOCS="docs/index.txt docs/news.txt" PYTHON_MODNAME="virtualenv.py virtualenv_support"