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: Fri, 24 Jun 2022 20:32:42
Message-Id: 1656102749.b53ed9e3492ef1316480a32f749c824d9b9bdce3.arthurzam@gentoo
1 commit: b53ed9e3492ef1316480a32f749c824d9b9bdce3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 20:03:06 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 20:32:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53ed9e3
7
8 dev-python/pyghmi: add 1.5.49
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.49.ebuild | 39 ++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
17 index 24851fd604b5..8a679aa9fb7b 100644
18 --- a/dev-python/pyghmi/Manifest
19 +++ b/dev-python/pyghmi/Manifest
20 @@ -1,2 +1,3 @@
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
25 diff --git a/dev-python/pyghmi/pyghmi-1.5.49.ebuild b/dev-python/pyghmi/pyghmi-1.5.49.ebuild
26 new file mode 100644
27 index 000000000000..1844c945d4be
28 --- /dev/null
29 +++ b/dev-python/pyghmi/pyghmi-1.5.49.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A pure python implementation of IPMI protocol"
42 +HOMEPAGE="
43 + https://opendev.org/x/pyghmi/
44 + https://pypi.org/project/pyghmi/
45 +"
46 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 +
48 +LICENSE="Apache-2.0"
49 +SLOT="0"
50 +KEYWORDS="~amd64 ~x86"
51 +
52 +RDEPEND="
53 + >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
54 + dev-python/pbr[${PYTHON_USEDEP}]
55 + >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
56 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
57 +"
58 +BDEPEND="
59 + test? (
60 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
61 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
62 + >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
63 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
64 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
65 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
66 + )
67 +"
68 +
69 +distutils_enable_tests unittest