Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mistralclient/
Date: Wed, 30 Aug 2017 22:08:04
Message-Id: 1504130844.a7e077033a75ad76e5f7c9d5ebf9d5f8453e31bf.prometheanfire@gentoo
1 commit: a7e077033a75ad76e5f7c9d5ebf9d5f8453e31bf
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 21:57:08 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 22:07:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e07703
7
8 dev-python/python-mistralclient: 3.1.2 bup
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/python-mistralclient/Manifest | 1 +
13 .../python-mistralclient-3.1.2.ebuild | 39 ++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/python-mistralclient/Manifest b/dev-python/python-mistralclient/Manifest
17 index f0fedb249bc..01b0e25fdcd 100644
18 --- a/dev-python/python-mistralclient/Manifest
19 +++ b/dev-python/python-mistralclient/Manifest
20 @@ -1,2 +1,3 @@
21 DIST python-mistralclient-2.1.2.tar.gz 94945 SHA256 0cb7cfa63eeaec320616a8ae068777e05415b431de270b05b97a24bbf3830166 SHA512 32c7bde09b3dad816c71d5d2347c50c0af07354c3badbc3c85678826b0176c08211b1d9d6bf3255544e14d85c3c7c0a17bbcab5dc611bbe23dc5821ba90d9bd3 WHIRLPOOL eb50aa4290dbeda8e91b776380a95146feb6f0acc6959881f250bc6d8ab33fc975edb68bd2ca18d5899bc16aaca09700e496cc8165818d23c88703823f81c4c1
22 DIST python-mistralclient-3.0.2.tar.gz 78255 SHA256 65371935b8e884de349d30b62e2528655335230a5c6244fdeff02dc5bbac623f SHA512 3f2bcdf7723e3acba9c34947fb26c2ad3814b89ee43a26d3779f4ac7ae0845c4129c98d1a5b6deca2e2dcf77aec128639af4e8e650863cc19b7c03864bae7ab4 WHIRLPOOL 3a7c7c8b59a97453abf01a43a37f5e69c4b051505e778837e54bc60ab42fd2962517951d1e635a466eb935e1e766f787fad0a0017ecb4e7920c435f7778a9828
23 +DIST python-mistralclient-3.1.2.tar.gz 80314 SHA256 89f109130a0eb15bcc5533343febda91a436613fddd647e5e97b4e0edf49fb02 SHA512 b583f28526fce9c0cdfeb0af4e2194f17e5060645525537b7075469bc46a1464661292bdc4b0bf9389bff25b81d3b471cbd2c42e081cbeb760aa5c3e398132d7 WHIRLPOOL be4d3626b4d0b8a7dfc02190fec732bd9bbce8debbf2d9dc77d1d253054e56dc954578b3af6bdc5a858e96fec296ec9fc93fd141cf12dd7e6eea939b99270368
24
25 diff --git a/dev-python/python-mistralclient/python-mistralclient-3.1.2.ebuild b/dev-python/python-mistralclient/python-mistralclient-3.1.2.ebuild
26 new file mode 100644
27 index 00000000000..c1efe1be05a
28 --- /dev/null
29 +++ b/dev-python/python-mistralclient/python-mistralclient-3.1.2.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A client for the OpenStack Mistral API"
40 +HOMEPAGE="https://github.com/openstack/python-mistralclient"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
46 +
47 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
48 + !~dev-python/pbr-2.1.0"
49 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
50 + ${CDEPEND}"
51 +RDEPEND="
52 + ${CDEPEND}
53 + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
54 + >=dev-python/osc-lib-1.7.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
56 + >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
57 + !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
58 + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
59 + >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
60 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
61 + >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
62 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
63 +"
64 +
65 +python_prepare_all() {
66 + # built in...
67 + sed -i '/^hacking/d' test-requirements.txt || die
68 + distutils-r1_python_prepare_all
69 +}