diff options
| author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 16:21:33 -0500 |
|---|---|---|
| committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-12 17:47:02 -0500 |
| commit | 8fa2de5334f7e3b9d963b0e0789a56928f686a0c (patch) | |
| tree | 00fd9b7100b971de98892277f67a2a9124a7e881 /dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild | |
| parent | 1a32a4b37dfeba8a0abe263db5c27214cd55a6be (diff) | |
| download | gentoo-8fa2de5334f7e3b9d963b0e0789a56928f686a0c.tar.gz gentoo-8fa2de5334f7e3b9d963b0e0789a56928f686a0c.tar.bz2 gentoo-8fa2de5334f7e3b9d963b0e0789a56928f686a0c.zip | |
dev-python/python-mistralclient: 3.8.0 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild')
| -rw-r--r-- | dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild b/dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild new file mode 100644 index 000000000000..cfa2bce0c0ea --- /dev/null +++ b/dev-python/python-mistralclient/python-mistralclient-3.8.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) + +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-2.0.0[${PYTHON_USEDEP}] + !~dev-python/pbr-2.1.0" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${CDEPEND}" +RDEPEND=" + ${CDEPEND} + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] + !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}] + >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}] + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}] + !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}] + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}] + >=dev-python/six-1.10.0[${PYTHON_USEDEP}] + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}] +" + +python_prepare_all() { + # built in... + sed -i '/^hacking/d' test-requirements.txt || die + distutils-r1_python_prepare_all +} |
