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-zunclient/
Date: Sat, 09 Oct 2021 01:15:48
Message-Id: 1633741149.03a36ba7130521ed4360a142ed4f99aff9e38c15.Alessandro-Barbieri@gentoo
1 commit: 03a36ba7130521ed4360a142ed4f99aff9e38c15
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 00:59:09 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 9 00:59:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03a36ba7
7
8 dev-python/python-zunclient: new version
9
10 Closes: https://bugs.gentoo.org/800479
11 Closes: https://bugs.gentoo.org/800476
12 Closes: https://bugs.gentoo.org/815568
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
15
16 dev-python/python-zunclient/Manifest | 2 +-
17 .../python-zunclient/python-zunclient-4.1.1.ebuild | 33 --------------
18 .../python-zunclient/python-zunclient-4.3.0.ebuild | 53 ++++++++++++++++++++++
19 3 files changed, 54 insertions(+), 34 deletions(-)
20
21 diff --git a/dev-python/python-zunclient/Manifest b/dev-python/python-zunclient/Manifest
22 index f977a8960..018737208 100644
23 --- a/dev-python/python-zunclient/Manifest
24 +++ b/dev-python/python-zunclient/Manifest
25 @@ -1 +1 @@
26 -DIST python-zunclient-4.1.1.tar.gz 114232 BLAKE2B 973ea1191b3d0ba13fc6ad368bd2a741ea3d14ddba32158421c1c72befee5bafbb01da4c2ce12e48e50991169efaf5eeaa4cd986ad34ed058e160c0308c868f5 SHA512 7569171ad620e8e84380639d0f99985b942857925a99fbf47f98196bd372a7b0333923d1ea501c3d7d76c06f6327d38b53f1f80f199c27f4bdf073eab4c1e53b
27 +DIST python-zunclient-4.3.0.tar.gz 119171 BLAKE2B 2286f2c4b8bbf522eff0b0e3f50e8eadd4ac0c9106064176fdcba1f3270b01d3e518725fb25d583bd212cde4f15ad1a42ea573d1ece7ab8f5a68f60ef46d7e51 SHA512 aa7e5b68699978bd85df2f1378354c42cd45caf033a18f4da2a4b02d96b259ed651b7d1bb2708ef6a86dc97ac0f259aacaaed74a961244870f4380aab77ccffb
28
29 diff --git a/dev-python/python-zunclient/python-zunclient-4.1.1.ebuild b/dev-python/python-zunclient/python-zunclient-4.1.1.ebuild
30 deleted file mode 100644
31 index 457582107..000000000
32 --- a/dev-python/python-zunclient/python-zunclient-4.1.1.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_8 )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="A client for the OpenStack Zun API"
45 -HOMEPAGE="https://github.com/openstack/python-zunclient"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~arm64 ~x86"
51 -IUSE=""
52 -
53 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
54 - !~dev-python/pbr-2.1.0"
55 -DEPEND="${CDEPEND}"
56 -RDEPEND="
57 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
58 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
59 - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
60 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
61 - >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
65 - >=dev-python/websocket-client-0.44.0[${PYTHON_USEDEP}]
66 - >=dev-python/docker-py-2.0.0[${PYTHON_USEDEP}]
67 - >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]"
68
69 diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
70 new file mode 100644
71 index 000000000..4d2f2dafd
72 --- /dev/null
73 +++ b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
74 @@ -0,0 +1,53 @@
75 +# Copyright 1999-2021 Gentoo Authors
76 +# Distributed under the terms of the GNU General Public License v2
77 +
78 +EAPI=8
79 +
80 +PYTHON_COMPAT=( python3_8 )
81 +
82 +inherit distutils-r1
83 +
84 +DESCRIPTION="A client for the OpenStack Zun API"
85 +HOMEPAGE="
86 + https://github.com/openstack/python-zunclient
87 + https://pypi.org/project/python-zunclient
88 + https://launchpad.net/python-zunclient
89 + https://opendev.org/openstack/python-zunclient
90 +"
91 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
92 +
93 +LICENSE="Apache-2.0"
94 +SLOT="0"
95 +KEYWORDS="~amd64"
96 +
97 +RDEPEND="
98 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
99 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
100 + >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
101 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
102 + >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
103 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
104 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
105 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
106 + >=dev-python/websocket-client-0.44.0[${PYTHON_USEDEP}]
107 + >=dev-python/docker-py-2.4.2[${PYTHON_USEDEP}]
108 + >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
109 +"
110 +DEPEND="
111 + ${RDEPEND}
112 + test? (
113 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
114 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
115 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
116 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
117 + >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
118 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
119 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
120 + >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
121 + >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
122 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
123 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
124 + )
125 +"
126 +
127 +distutils_enable_tests pytest