# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 DESCRIPTION="The definitive testing tool for Python. Born under the banner of Behavior Driven Development" HOMEPAGE="http://nestorsalceda.github.io/mamba" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="test" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( >=dev-python/doublex-expects-0.4[${PYTHON_USEDEP}] =dev-python/expects-0.4.2[${PYTHON_USEDEP}] =/' \ -i requirements.txt STATUS=${?} eend ${STATUS} [[ ${STATUS} -gt 0 ]] && die distutils-r1_python_prepare_all } python_test() { rm -f "${HOME}"/.pydistutils.cfg || die "Couldn't remove pydistutils.cfg" distutils_install_for_testing "${TEST_DIR}"/scripts/mamba || die "Tests failed under ${EPYTHON}" }