4e874510f3
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/zarafa@2950 6952d904-891a-0410-993b-d76249ca496b
24 lines
527 B
Bash
24 lines
527 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/*" |