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-senlinclient/
Date: Wed, 13 Oct 2021 22:13:06
Message-Id: 1633988377.87d22b7d5ef0447d3f998117e4508fa30fa9219d.lanodan@gentoo
1 commit: 87d22b7d5ef0447d3f998117e4508fa30fa9219d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 11 21:39:37 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Oct 11 21:39:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87d22b7d
7
8 dev-python/python-senlinclient: new version
9
10 Closes: https://bugs.gentoo.org/800455
11 Closes: https://bugs.gentoo.org/800503
12 Closes: https://bugs.gentoo.org/800452
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/python-senlinclient/Manifest | 2 +-
16 .../python-senlinclient-2.1.1.ebuild | 31 -------------
17 .../python-senlinclient-2.3.0.ebuild | 52 ++++++++++++++++++++++
18 3 files changed, 53 insertions(+), 32 deletions(-)
19
20 diff --git a/dev-python/python-senlinclient/Manifest b/dev-python/python-senlinclient/Manifest
21 index 922e9068c..3ec46181a 100644
22 --- a/dev-python/python-senlinclient/Manifest
23 +++ b/dev-python/python-senlinclient/Manifest
24 @@ -1 +1 @@
25 -DIST python-senlinclient-2.1.1.tar.gz 88012 BLAKE2B 0aab4a5eefbd87334323d3785a34fb99cba0ced69cd018d66048cd9664026756c9c11a9287eebccc9cb449d90a3a83322617c04c5e69697b244dc0b6305f73d1 SHA512 7b3813a589c21d87729837a6a208d87dff6c6a8c5f887d9684edd8931d0894b86d95b32f3f8ea65286cdb24c1ae863365712288cb97d86b7aba7dd6c73e059c7
26 +DIST python-senlinclient-2.3.0.tar.gz 94878 BLAKE2B 09a83ff35ee29ded59195ec18c50988ae7acafd91850d5b8b0c5aa6886ba95a318b5648afec244cba0a069e8ff34a6e28688d10f00351f20465387814943e892 SHA512 4ba186c40d6fa20ec55d019a420987f6bbb52c36a731eac0ecb0980e4cd775a63e6f58bd20ec98e37b5dc422a8ef5801331e8caf57da7f8c37f6afa9f9852e63
27
28 diff --git a/dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild
29 deleted file mode 100644
30 index db4e5a2b4..000000000
31 --- a/dev-python/python-senlinclient/python-senlinclient-2.1.1.ebuild
32 +++ /dev/null
33 @@ -1,31 +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="A client for the OpenStack Senlin API"
44 -HOMEPAGE="https://github.com/openstack/python-senlinclient"
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 ~amd64-linux ~x86-linux"
50 -
51 -DEPEND=">=dev-python/pbr-2.1.1[${PYTHON_USEDEP}]"
52 -RDEPEND=">=dev-python/pbr-2.1.1[${PYTHON_USEDEP}]
53 - >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
54 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
55 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
56 - >=dev-python/openstacksdk-0.24.0[${PYTHON_USEDEP}]
57 - >=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
58 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
60 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
62 - >=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
63 - >=dev-python/pyyaml-3.13.0[${PYTHON_USEDEP}]
64 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]"
65
66 diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
67 new file mode 100644
68 index 000000000..945f875a9
69 --- /dev/null
70 +++ b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
71 @@ -0,0 +1,52 @@
72 +# Copyright 1999-2021 Gentoo Authors
73 +# Distributed under the terms of the GNU General Public License v2
74 +
75 +EAPI=8
76 +
77 +PYTHON_COMPAT=( python3_8 )
78 +
79 +inherit distutils-r1
80 +
81 +DESCRIPTION="A client for the OpenStack Senlin API"
82 +HOMEPAGE="
83 + https://github.com/openstack/python-senlinclient
84 + https://opendev.org/openstack/python-senlinclient
85 + https://launchpad.net/python-senlinclient
86 + https://pypi.org/project/python-senlinclient
87 +"
88 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
89 +
90 +LICENSE="Apache-2.0"
91 +SLOT="0"
92 +KEYWORDS="~amd64"
93 +
94 +RDEPEND="
95 + >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
96 + >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
97 + >=dev-python/keystoneauth-3.11.0[${PYTHON_USEDEP}]
98 + >=dev-python/openstacksdk-0.24.0[${PYTHON_USEDEP}]
99 + >=dev-python/osc-lib-1.11.0[${PYTHON_USEDEP}]
100 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
101 + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
102 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
103 + >=dev-python/python-heatclient-1.10.0[${PYTHON_USEDEP}]
104 + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
105 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
106 +"
107 +DEPEND="
108 + ${RDEPEND}
109 + test? (
110 + >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
111 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
112 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
113 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
114 + >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
115 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
116 + >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
117 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
118 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
119 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
120 + )
121 +"
122 +
123 +distutils_enable_tests pytest