diff options
Diffstat (limited to 'dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild')
-rw-r--r-- | dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild new file mode 100644 index 00000000000..a8ad26fe7fe --- /dev/null +++ b/dev-python/openstack-nose-plugin/openstack-nose-plugin-0.11-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 pypy ) + +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}]" |