# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="*-jython" inherit distutils DESCRIPTION="Backport of the concurrent.futures package from Python 3.2" HOMEPAGE="http://code.google.com/p/pythonfutures/ http://pypi.python.org/pypi/futures" SRC_URI="http://pypi.python.org/packages/source/f/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/setuptools" RDEPEND="" src_install() { distutils_src_install }