Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ironicclient/
Date: Fri, 07 Jan 2022 16:49:31
Message-Id: 1641574156.25acca7bed6673c1ab3140d358c53b11b1429672.arthurzam@gentoo
1 commit: 25acca7bed6673c1ab3140d358c53b11b1429672
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 7 16:32:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 16:49:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25acca7b
7
8 dev-python/python-ironicclient: add 4.10.0
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/python-ironicclient/Manifest | 1 +
13 .../python-ironicclient-4.10.0.ebuild | 44 ++++++++++++++++++++++
14 2 files changed, 45 insertions(+)
15
16 diff --git a/dev-python/python-ironicclient/Manifest b/dev-python/python-ironicclient/Manifest
17 index 87a8d5f19fdb..511aa4d02f48 100644
18 --- a/dev-python/python-ironicclient/Manifest
19 +++ b/dev-python/python-ironicclient/Manifest
20 @@ -1 +1,2 @@
21 +DIST python-ironicclient-4.10.0.tar.gz 219314 BLAKE2B 3c4c7d26ac06fa6f79fcc144b3bc5adf2956ccb5685c65da3a01b314f69626df72963b21e32c2208d7de8e0741acf0fce0bf9886b0e623454cd44e5e7b4eb314 SHA512 451ecd31f02c20e237353a2b5d8a5878fdc09dea0ed5d0f12c31f1e4f9d80324cb18b6838199be91a565cf21479a4fbd4dc67cb94b4e8b09847393c8d3581448
22 DIST python-ironicclient-4.9.0.tar.gz 219045 BLAKE2B 75caa9e12a8ecc63ee49313e619d931a194b9db1df6a09f102bb6730cc6a14fdccf369ba04eb436505d7dd5e04a38e5fce6e584e1f3810a2407cda4648de5a10 SHA512 ebcbed362099b465f0e7602ef1db29fdc6bc6c163f50bfb32a5130fc33e0e99339ba0e2c6cc4c86f7aa4b525015051629b3c55c5a544145b2ddb72fc233b4663
23
24 diff --git a/dev-python/python-ironicclient/python-ironicclient-4.10.0.ebuild b/dev-python/python-ironicclient/python-ironicclient-4.10.0.ebuild
25 new file mode 100644
26 index 000000000000..c5c9326b35b9
27 --- /dev/null
28 +++ b/dev-python/python-ironicclient/python-ironicclient-4.10.0.ebuild
29 @@ -0,0 +1,44 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..9} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="Python bindings for the Ironic API"
39 +HOMEPAGE="https://www.openstack.org/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 +
46 +RDEPEND="
47 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
48 + >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
49 + >dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
50 + >=dev-python/dogpile-cache-0.8.0[${PYTHON_USEDEP}]
51 + >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
52 + >=dev-python/keystoneauth-3.11.0[${PYTHON_USEDEP}]
53 + >=dev-python/openstacksdk-0.18.0[${PYTHON_USEDEP}]
54 + >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
56 + >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
57 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
58 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
59 +"
60 +BDEPEND="
61 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
62 + test? (
63 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
64 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
65 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
66 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
67 + >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
68 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
69 + >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
70 + )
71 +"
72 +
73 +distutils_enable_tests unittest