Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-saharaclient/
Date: Wed, 13 Oct 2021 22:13:05
Message-Id: 1633989200.9dc01c65fc0afcb3c15e49433ea321d39b91916e.lanodan@gentoo
1 commit: 9dc01c65fc0afcb3c15e49433ea321d39b91916e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 11 21:53:20 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Oct 11 21:53:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dc01c65
7
8 dev-python/python-saharaclient: add 3.4.0, drop 3.2.1
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/python-saharaclient/Manifest | 2 +-
13 ...2.1.ebuild => python-saharaclient-3.4.0.ebuild} | 35 ++++++++++++++--------
14 2 files changed, 24 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-python/python-saharaclient/Manifest b/dev-python/python-saharaclient/Manifest
17 index 17d2a6b00..c869061a0 100644
18 --- a/dev-python/python-saharaclient/Manifest
19 +++ b/dev-python/python-saharaclient/Manifest
20 @@ -1 +1 @@
21 -DIST python-saharaclient-3.2.1.tar.gz 106266 BLAKE2B a9f439028ae523a452b5cdc0024e4d44527c3114826432cef837df1c32bbd89035ec09c8f72c349e7fc8347d438236b61e20df253119bf35bf69e27b00c2affa SHA512 a0e9dec4a8a1b86de182535060c99d79c7aa4c93f801088a0b7d6a40084294821c22de531b00cf73b4f6940e72dc43e505bea8aee218fdcb63ef0727aa806544
22 +DIST python-saharaclient-3.4.0.tar.gz 109109 BLAKE2B 50cad26c0daeb93dd9a42e043303b3778013889eab161663f394ef0cad11a0bf1022b0101000b0bf635be9f3021a03077c1c7a2687b55e1543e7d43e7f4146f5 SHA512 8cc4fa2db5d5f84ed13c9975e27a03cceb36664fd2564e543981dfe7cbf2c38b3059695742e1fc20380332b8df14256ef900b34041f53ac358b99177d619094d
23
24 diff --git a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild b/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
25 similarity index 57%
26 rename from dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
27 rename to dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
28 index 80cc66be1..9285c3132 100644
29 --- a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
30 +++ b/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
31 @@ -1,35 +1,46 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 +# Copyright 1999-2021 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=7
37 -PYTHON_COMPAT=( python3_8 )
38 +EAPI=8
39 +
40 DISTUTILS_USE_SETUPTOOLS=bdepend
41 +PYTHON_COMPAT=( python3_8 )
42
43 inherit distutils-r1
44
45 DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
46 -HOMEPAGE="https://github.com/openstack/python-saharaclient"
47 +HOMEPAGE="
48 + https://github.com/openstack/python-saharaclient
49 + https://opendev.org/openstack/python-saharaclient
50 + https://launchpad.net/python-saharaclient
51 + https://pypi.org/project/python-saharaclient
52 +"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54
55 LICENSE="Apache-2.0"
56 SLOT="0"
57 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
58 +KEYWORDS="~amd64"
59
60 -DEPEND="
61 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
62 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
63 -"
64 RDEPEND="
65 >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
66 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
67 >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
68 >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}]
69 >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
70 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
71 - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
72 + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
73 >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
74 >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
75 >=dev-python/python-openstackclient-5.2.0[${PYTHON_USEDEP}]
76 >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
77 >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
78 "
79 +DEPEND="
80 + ${RDEPEND}
81 + test? (
82 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
83 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
84 + >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
85 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
86 + )
87 +"
88 +
89 +distutils_enable_tests pytest