Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyghmi/
Date: Tue, 28 Jun 2022 18:49:47
Message-Id: 1656442175.b34e84bcb2d932f69e0fa6ff700744297e90d976.arthurzam@gentoo
1 commit: b34e84bcb2d932f69e0fa6ff700744297e90d976
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 18:48:13 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 18:49:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34e84bc
7
8 dev-python/pyghmi: add 1.5.50
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyghmi/Manifest | 1 +
13 dev-python/pyghmi/pyghmi-1.5.50.ebuild | 39 ++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
17 index 8a679aa9fb7b..e2591f8cd765 100644
18 --- a/dev-python/pyghmi/Manifest
19 +++ b/dev-python/pyghmi/Manifest
20 @@ -1,3 +1,4 @@
21 DIST pyghmi-1.5.47.tar.gz 243783 BLAKE2B 4611df2616c7681c10664b645969b40f85a41ea2f16c3bcd4123230e90087903e6d7265b0147d93f994a4af32a77750685230d4e977418ba129a3e2093f8065c SHA512 f4122537488ca05035603f15106646e539c5081ee71ba3fc1f37e8175ffe98dbbc59446fa4683816a4211b90bb9f82adea4c5d42e4ce8b2b301c35f862262394
22 DIST pyghmi-1.5.48.tar.gz 243927 BLAKE2B 8395aa3bbba752654c2ad73f76735370f31f9548f91e7e0bbb3e52afd2d67a00b316f7e1e25a49ad16004308a635104fa57a00a6bed63639068de86d96e44316 SHA512 f3ee4d44504b2fa5950817e1957ac23c666af6ba36b0ba65dafa5b42036d12d204accf996c75947ecdb5f9533025b9b0d17b0e96612019d622fee678fd0ff592
23 DIST pyghmi-1.5.49.tar.gz 244142 BLAKE2B f35b483cc4d48c5bc3fe6bd5c6ac3ea320d7c131a0e77f8ff8af1d14ecdc38972170d93b830070ab8c2d27ec8b8f1607ea0c065af4ad402bd0ee2e25307b9658 SHA512 9c8ce9ddf61b613cba59a49af4f5ebc40e37f83debf10854d2781f6b47fb0fff058cb9f784ed2d527f84ed1bad7c12acb97460fbab6a8552876510634c1bf5dd
24 +DIST pyghmi-1.5.50.tar.gz 244226 BLAKE2B 461bc9598497ae1f61d772ff223e7e4d2dc62660d41da2b660c4d71241c73c9107e8b0f74e5cf33fa8c9a8e79afaa834e4fb72e584ab2234a2874f9b23927208 SHA512 96fd274d8c7e55b6efc23612f145575e27a9a4949e20495ccfe023ff37dd7103cf0f42134350bf5fc0d1e4f86416981d01c18bd00d97a0b7a738fb5b363da457
25
26 diff --git a/dev-python/pyghmi/pyghmi-1.5.50.ebuild b/dev-python/pyghmi/pyghmi-1.5.50.ebuild
27 new file mode 100644
28 index 000000000000..1844c945d4be
29 --- /dev/null
30 +++ b/dev-python/pyghmi/pyghmi-1.5.50.ebuild
31 @@ -0,0 +1,39 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="A pure python implementation of IPMI protocol"
43 +HOMEPAGE="
44 + https://opendev.org/x/pyghmi/
45 + https://pypi.org/project/pyghmi/
46 +"
47 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 +
49 +LICENSE="Apache-2.0"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +
53 +RDEPEND="
54 + >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
55 + dev-python/pbr[${PYTHON_USEDEP}]
56 + >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
57 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
58 +"
59 +BDEPEND="
60 + test? (
61 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
62 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
63 + >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
64 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
65 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
66 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
67 + )
68 +"
69 +
70 +distutils_enable_tests unittest