# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="openstack run_tests.py style output for nosetests" HOMEPAGE="https://github.com/openstack-dev/openstack-nose" MY_PN="openstack.nose_plugin" SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/nose[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}]"