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-blazarclient/
Date: Sun, 17 Oct 2021 19:48:49
Message-Id: 1634500124.183c193867c144a19e11a321b9a069c4d2f7add3.Alessandro-Barbieri@gentoo
1 commit: 183c193867c144a19e11a321b9a069c4d2f7add3
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 17 19:47:22 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 17 19:48:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=183c1938
7
8 dev-python/python-blazarclient: new version
9
10 Closes: https://bugs.gentoo.org/800383
11 Closes: https://bugs.gentoo.org/800386
12 Closes: https://bugs.gentoo.org/815544
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/python-blazarclient/Manifest | 2 +-
16 .../python-blazarclient-3.1.1.ebuild | 35 -----------------
17 .../python-blazarclient-3.3.1.ebuild | 44 ++++++++++++++++++++++
18 3 files changed, 45 insertions(+), 36 deletions(-)
19
20 diff --git a/dev-python/python-blazarclient/Manifest b/dev-python/python-blazarclient/Manifest
21 index 4706c1788..ae3177804 100644
22 --- a/dev-python/python-blazarclient/Manifest
23 +++ b/dev-python/python-blazarclient/Manifest
24 @@ -1 +1 @@
25 -DIST python-blazarclient-3.1.1.tar.gz 36460 BLAKE2B b19595a3cf52da6d298e5006eada7a68c28f396c8143bbed2f22b45e910d136b54bf3d3fde95bd4fc02887bffd206d10629e923e7d81289af643e44b751c0926 SHA512 91cf8004f83494299e11d8c419f183c45726a1b9baec09ffdb719ff8db3cb91967c24a4ac684e227c87015bc00733b03fb132e34fe2fdc773164373e3fd10561
26 +DIST python-blazarclient-3.3.1.tar.gz 40395 BLAKE2B 86658277a8a8aa5730afe8860f1f551200230364c08b71389da60e60315db49bc6a860f5fc23cea2186db15d3258c0a3a70b30ea9450165f9c5a2459ba082f78 SHA512 f460cff35a11acddf2a2215c1740e2ffb7448f20b9298c5538a08e77d5444fce3d39005693b7b34a751fc87fb7972a09d669b6076e672a8ccd63dae8be405263
27
28 diff --git a/dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild b/dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild
29 deleted file mode 100644
30 index eead0dd2b..000000000
31 --- a/dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild
32 +++ /dev/null
33 @@ -1,35 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_8 )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="This is a client for the OpenStack Blazar API"
44 -HOMEPAGE="https://github.com/openstack/python-blazarclient"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm64 ~x86"
50 -IUSE=""
51 -
52 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
53 - !~dev-python/pbr-2.1.0"
54 -DEPEND="${CDEPEND}"
55 -RDEPEND="
56 - ${CDEPEND}
57 - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
58 - !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
59 - >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
60 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
61 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
62 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
63 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
65 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
66 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
67 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
68 -"
69
70 diff --git a/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild b/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild
71 new file mode 100644
72 index 000000000..a8d09ef43
73 --- /dev/null
74 +++ b/dev-python/python-blazarclient/python-blazarclient-3.3.1.ebuild
75 @@ -0,0 +1,44 @@
76 +# Copyright 1999-2021 Gentoo Authors
77 +# Distributed under the terms of the GNU General Public License v2
78 +
79 +EAPI=8
80 +
81 +PYTHON_COMPAT=( python3_8 )
82 +
83 +inherit distutils-r1
84 +
85 +DESCRIPTION="This is a client for the OpenStack Blazar API"
86 +HOMEPAGE="
87 + https://github.com/openstack/python-blazarclient
88 + https://opendev.org/openstack/python-blazarclient
89 + https://pypi.org/project/python-blazarclient
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/cliff-2.8.0[${PYTHON_USEDEP}]
100 + >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
101 + >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
102 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
103 + >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
104 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
105 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
106 + >=dev-python/osc-lib-1.3.0[${PYTHON_USEDEP}]
107 +"
108 +DEPEND="
109 + ${RDEPEND}
110 + test? (
111 + >=dev-python/hacking-1.1.0[${PYTHON_USEDEP}]
112 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
113 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
114 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
115 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
116 + )
117 +"
118 +
119 +distutils_enable_tests pytest