Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
Date: Sun, 26 Sep 2021 18:37:17
Message-Id: 1632681428.6677d3cfc007d398ba6d8aa236dc9d379c7b11cf.Alessandro-Barbieri@gentoo
1 commit: 6677d3cfc007d398ba6d8aa236dc9d379c7b11cf
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 26 16:29:17 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 26 18:37:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6677d3cf
7
8 dev-python/python-manilaclient: add 3.0.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/python-manilaclient/Manifest | 1 +
13 .../python-manilaclient-3.0.0.ebuild | 51 ++++++++++++++++++++++
14 2 files changed, 52 insertions(+)
15
16 diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
17 index 7abee2be8..a0a9c4aed 100644
18 --- a/dev-python/python-manilaclient/Manifest
19 +++ b/dev-python/python-manilaclient/Manifest
20 @@ -1 +1,2 @@
21 DIST python-manilaclient-2.3.0.tar.gz 263246 BLAKE2B 885ed636369d296b64bee91b8556be7059837a7958252fe0d24ae6fac7d3e04971539389113bdb06cf8223beb66370e93a3e834b5b8985edbb55b6c922cafdd0 SHA512 cedbf7aa4cce98bb46379dce70684ba3425d6fbd692cfe9878674cb8d7846bd536893fcbdd4c5dbd47e863cb509739433dff905413921ad17cce4e8123e593a9
22 +DIST python-manilaclient-3.0.0.tar.gz 307814 BLAKE2B acc8dbd42f44e9d05f69d38823efd347b9d558f937dd76f985d734bff04cc869590a9b4dd2a1b16b76f4921febdf25701c11984c1475837bacef3871fccf55e4 SHA512 831de81e02745918c17282ddd382e61800123dba74edca6918dbf37270d95edeaaa8cc4afff7341c32dd9ebe786b801a9c4d6fe14d082e5fa9dfa4d294fbeb2e
23
24 diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
25 new file mode 100644
26 index 000000000..8d9d93e7e
27 --- /dev/null
28 +++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
29 @@ -0,0 +1,51 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_SETUPTOOLS=rdepend
36 +PYTHON_COMPAT=( python3_8 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A client for the OpenStack Manila API"
41 +HOMEPAGE="
42 + https://opendev.org/openstack/python-manilaclient
43 + https://github.com/openstack/python-manilaclient
44 + https://pypi.org/project/python-manilaclient
45 +"
46 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 +
48 +LICENSE="Apache-2.0"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +
52 +RDEPEND="
53 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
55 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
56 + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
57 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
58 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
59 + <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
60 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
61 + >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
62 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
63 + >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
64 + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
65 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
66 +"
67 +DEPEND="
68 + ${RDEPEND}
69 + test? (
70 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
71 + <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
72 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
73 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
74 + >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
75 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
76 + >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
77 + )
78 +"
79 +
80 +distutils_enable_tests pytest