zarafa/dev-python/threadpool/threadpool-1.2.7.ebuild
geos_one e6315e8146 dev-python/threadpool: correct doc
(Portage version: 2.1.10.3/svn/Linux x86_64)

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/zarafa@2951 6952d904-891a-0410-993b-d76249ca496b
2011-06-19 14:16:56 +00:00

24 lines
537 B
Bash

# 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}"
DOCS="doc/* doc/api/*"