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, 09 Sep 2022 07:23:26
Message-Id: 1662708176.ee3713f80adb7732a61af0e8f0524de86a544a4c.arthurzam@gentoo
1 commit: ee3713f80adb7732a61af0e8f0524de86a544a4c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 9 07:06:29 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 9 07:22:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee3713f8
7
8 dev-python/pyghmi: add 1.5.52
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.52.ebuild | 39 ++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
17 index ea8dbbfbc43f..64589ba76bc8 100644
18 --- a/dev-python/pyghmi/Manifest
19 +++ b/dev-python/pyghmi/Manifest
20 @@ -2,3 +2,4 @@ DIST pyghmi-1.5.48.tar.gz 243927 BLAKE2B 8395aa3bbba752654c2ad73f76735370f31f954
21 DIST pyghmi-1.5.49.tar.gz 244142 BLAKE2B f35b483cc4d48c5bc3fe6bd5c6ac3ea320d7c131a0e77f8ff8af1d14ecdc38972170d93b830070ab8c2d27ec8b8f1607ea0c065af4ad402bd0ee2e25307b9658 SHA512 9c8ce9ddf61b613cba59a49af4f5ebc40e37f83debf10854d2781f6b47fb0fff058cb9f784ed2d527f84ed1bad7c12acb97460fbab6a8552876510634c1bf5dd
22 DIST pyghmi-1.5.50.tar.gz 244226 BLAKE2B 461bc9598497ae1f61d772ff223e7e4d2dc62660d41da2b660c4d71241c73c9107e8b0f74e5cf33fa8c9a8e79afaa834e4fb72e584ab2234a2874f9b23927208 SHA512 96fd274d8c7e55b6efc23612f145575e27a9a4949e20495ccfe023ff37dd7103cf0f42134350bf5fc0d1e4f86416981d01c18bd00d97a0b7a738fb5b363da457
23 DIST pyghmi-1.5.51.tar.gz 244303 BLAKE2B 9d675de9a3df5c314d5d0bf73cb0086297cf67d07d0f4488c65cbcb7ffa68aaccb9149666eded4c40984c1936a46294f113be07dd5b4e9ad772e3f40d9d29f19 SHA512 ab7f650f984f7677fcac4895c9d75f4184ae3268793c4c6682e2150c2e433b0b6c15ea7008cdd2389b5f2db992e3cae117c2bc2dc13b7d7cb3a19172fc12783c
24 +DIST pyghmi-1.5.52.tar.gz 244775 BLAKE2B 5bfd9107f48b9e81ee4677a6dbe3100251cfa270ba2278e7edf39245dda176f0c33d550440feb0f3df9aed4afa8cc02927191be8ff5925ba1afd1ac5dda8d6a6 SHA512 5e3fde2fa34ae20165f0ab7ae703c9e285bc4db4aa30ade4af359efb25007d83b65a0f4ce48234e9596c2732fbb3dfad994b095af8ce1b4051e34472325b048b
25
26 diff --git a/dev-python/pyghmi/pyghmi-1.5.52.ebuild b/dev-python/pyghmi/pyghmi-1.5.52.ebuild
27 new file mode 100644
28 index 000000000000..1844c945d4be
29 --- /dev/null
30 +++ b/dev-python/pyghmi/pyghmi-1.5.52.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