diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-03 13:45:02 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-10-03 13:46:44 -0500 |
| commit | 18199007b6d35f74f51b87476d8a6958d8ec0ec7 (patch) | |
| tree | 6d7a48deac5db0a746221c8d8aaa6f7d6d695dd8 /dev-python/python-mistralclient/python-mistralclient-2.1.1.ebuild | |
| parent | 465569bfc7d136181ca00df854c29223cd340d86 (diff) | |
| download | gentoo-18199007b6d35f74f51b87476d8a6958d8ec0ec7.tar.gz gentoo-18199007b6d35f74f51b87476d8a6958d8ec0ec7.tar.bz2 gentoo-18199007b6d35f74f51b87476d8a6958d8ec0ec7.zip | |
dev-python/python-mistralclient: adding for heat
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/python-mistralclient/python-mistralclient-2.1.1.ebuild')
| -rw-r--r-- | dev-python/python-mistralclient/python-mistralclient-2.1.1.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/python-mistralclient/python-mistralclient-2.1.1.ebuild b/dev-python/python-mistralclient/python-mistralclient-2.1.1.ebuild new file mode 100644 index 000000000000..2f320415f2b6 --- /dev/null +++ b/dev-python/python-mistralclient/python-mistralclient-2.1.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) + +inherit distutils-r1 + +DESCRIPTION="A client for the OpenStack Mistral API" +HOMEPAGE="https://github.com/openstack/python-mistralclient" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + +CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}] + !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}] + !~dev-python/cliff-1.17.0[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.0.2[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}] + >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}] + !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.10.0[${PYTHON_USEDEP}] + >=dev-python/six-1.9.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} |
