# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.3
EAPI="5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.3 3.4"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Process coordinator for tests"
HOMEPAGE="https://github.com/mlen/summon_process"
SRC_URI="https://pypi.python.org/packages/source/s/summon_process/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="dev-python/setuptools
test? ( dev-python/mock )
test? ( dev-python/nose )"