# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.3

EAPI="3"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils


DESCRIPTION="Process executor for tests."
HOMEPAGE="https://github.com/ClearcodeHQ/mirakuru"
SRC_URI="https://pypi.python.org/packages/source/m/mirakuru/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE="doc test"

DEPEND="dev-python/setuptools"
RDEPEND="dev-python/setuptools
	doc? ( dev-python/sphinx )
	test? ( dev-python/mock )
	test? ( dev-python/pytest )
	test? ( dev-python/pytest-cov )
	test? ( dev-python/mock )
	test? ( dev-python/pytest )
	test? ( dev-python/pytest-cov )"