2013-04-16 11:08:44 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-09-06 12:49:54 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/billiard-2.7.3.27.ebuild,v 1.2 2013/09/05 18:46:36 mgorny Exp $
|
2013-04-16 11:08:44 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2013-09-06 12:49:54 +04:00
|
|
|
PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 )
|
2013-04-16 11:08:44 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Python multiprocessing fork"
|
|
|
|
HOMEPAGE="http://pypi.python.org/pypi/billiard https://github.com/celery/billiard"
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
RESTRICT="test"
|
|
|
|
|
|
|
|
RDEPEND=""
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
|
|
|
|
|
|
python_test() {
|
|
|
|
nosetests || die
|
|
|
|
}
|