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-zaqarclient/
Date: Sat, 09 Oct 2021 20:06:17
Message-Id: 1633809948.32f08b4b515a90f613227a7311503d8ac294db50.Alessandro-Barbieri@gentoo
1 commit: 32f08b4b515a90f613227a7311503d8ac294db50
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 9 20:05:48 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 9 20:05:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32f08b4b
7
8 dev-python/python-zaqarclient: new versions
9
10 Closes: https://bugs.gentoo.org/800470
11 Closes: https://bugs.gentoo.org/800473
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/python-zaqarclient/Manifest | 2 +-
16 ....0.1.ebuild => python-zaqarclient-2.2.0.ebuild} | 36 +++++++++++++++-------
17 2 files changed, 26 insertions(+), 12 deletions(-)
18
19 diff --git a/dev-python/python-zaqarclient/Manifest b/dev-python/python-zaqarclient/Manifest
20 index cd3491737..78a86db32 100644
21 --- a/dev-python/python-zaqarclient/Manifest
22 +++ b/dev-python/python-zaqarclient/Manifest
23 @@ -1 +1 @@
24 -DIST python-zaqarclient-2.0.1.tar.gz 86779 BLAKE2B 5c19de28ec9329542cc77281596043c746332ac568495a7845150d4449731fd31729c1c745c828f1ba4e4cfa2f64a189b53e982248d3d74e3618e05489e5f24a SHA512 31af3bf16ac821a3f204673c9359d5dcc56915d6f108c0127cad6541ea6760be5b543c839fe053593905b5d876a6910a9038661d818e50af5f986eac442accd4
25 +DIST python-zaqarclient-2.2.0.tar.gz 90897 BLAKE2B 17f4f1ce4c845a147f489f12a22fb97168d99993067f0eef8447c7fafa389cfdea5e3eff68af3521ecc60f14ce84e70e9db76261396775c87bb677c8c5affc63 SHA512 c19425ce23de5fa04db2f292718574cc0771445fb253674278e0329c6741e48bf188d0e5d08a9806d81be0a848f47c2613d519af1d53e0c1aed3964917edb97c
26
27 diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild b/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
28 similarity index 54%
29 rename from dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
30 rename to dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
31 index 2b9b7bd1f..20429ff1d 100644
32 --- a/dev-python/python-zaqarclient/python-zaqarclient-2.0.1.ebuild
33 +++ b/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
34 @@ -1,28 +1,28 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 -PYTHON_COMPAT=( python3_8 )
41 +EAPI=8
42 +
43 DISTUTILS_USE_SETUPTOOLS=bdepend
44 +PYTHON_COMPAT=( python3_8 )
45
46 inherit distutils-r1
47
48 DESCRIPTION="A client for the OpenStack Zaqar API"
49 -HOMEPAGE="https://github.com/openstack/python-zaqarclient"
50 +HOMEPAGE="
51 + https://github.com/openstack/python-zaqarclient
52 + https://pypi.org/project/python-zaqarclient
53 + https://launchpad.net/python-zaqarclient
54 + https://opendev.org/openstack/python-zaqarclient
55 +"
56 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
57
58 LICENSE="Apache-2.0"
59 SLOT="0"
60 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
61 +KEYWORDS="~amd64"
62
63 -DEPEND="
64 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
65 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
66 -"
67 RDEPEND="
68 - ${CDEPEND}
69 >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
70 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
71 >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
72 >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
73 >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
74 @@ -33,3 +33,17 @@ RDEPEND="
75 >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
76 >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
77 "
78 +DEPEND="
79 + ${RDEPEND}
80 + test? (
81 + >=dev-python/hacking-3.0[${PYTHON_USEDEP}]
82 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
83 + >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
84 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
85 + >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
86 + >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
87 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
88 + )
89 +"
90 +
91 +distutils_enable_tests pytest