2011-06-19 16:13:48 +02:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI="3"
|
|
|
|
PYTHON_DEPEND="2"
|
|
|
|
SUPPORT_PYTHON_ABIS=1
|
|
|
|
RESTRICT_PYTHON_ABIS="3.*"
|
|
|
|
|
|
|
|
inherit distutils
|
|
|
|
|
|
|
|
DESCRIPTION="Easy to use object-oriented thread pool framework"
|
|
|
|
HOMEPAGE="http://chrisarndt.de/projects/threadpool/"
|
|
|
|
SRC_URI="http://chrisarndt.de/projects/threadpool/download/${P}.tar.bz2"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~x86 ~amd64"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND="dev-python/setuptools"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
2011-06-19 16:16:56 +02:00
|
|
|
DOCS="doc/* doc/api/*"
|