Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyghmi/
Date: Sat, 04 Jun 2022 07:00:28
Message-Id: 1654326018.f2ceaa8f056cd73d1722d876971a8257f06abbb1.mgorny@gentoo
1 commit: f2ceaa8f056cd73d1722d876971a8257f06abbb1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 06:03:06 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:00:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ceaa8f
7
8 dev-python/pyghmi: Bump to 1.5.44
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyghmi/Manifest | 1 +
13 dev-python/pyghmi/pyghmi-1.5.44.ebuild | 39 ++++++++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
17 index c3dc20308dad..6eb87acfe17b 100644
18 --- a/dev-python/pyghmi/Manifest
19 +++ b/dev-python/pyghmi/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pyghmi-1.5.42.tar.gz 241338 BLAKE2B f005697a13517f707bc74132d54ebdcc3752409aa147fdc9e99143f1c6a0507e24725e8bc2bc07980e017e6c6fff9868f84bf02fb598a2b580531aba0b66eafc SHA512 ec191a9862a4e6f28a8dbcb54759ad5c3a81ca3f85ecd4c9bbad634a3392296d5aad49d809a099d2719f2235dee2fac962374a4109dee120a4aba521a589afd5
22 DIST pyghmi-1.5.43.tar.gz 241608 BLAKE2B edda01665ca4bf5337f8e92aea0fe099597f4c516a3f750ae9747cf80a0710ffc4324c387f826b440f03d30ef68efe93a99122abf9edd03727e32a5e255858f2 SHA512 53f6c4685b395cb3673be8e78c1845c2b0e021d526eb96b3c53a039c7de03e546c7cc6cc1d15003fd1d70ac9d9d2ddadadb62b6b4ee5a95d30c854582bf2785f
23 +DIST pyghmi-1.5.44.tar.gz 243496 BLAKE2B 9f6a0618c19ff523db33069f63353eb3c262bcce2dae1b8b94ed103997a6a7ec1bb68a43cabbc9dcbbd78182e193ed5d8ef24877e7d6e5f2cc7c53d2a48bc002 SHA512 7c526cdbee3f4ee0fab4001380b860203d5afeaf247709c13815f2de15dd733bbcf275bb0e3667d03bb15cec11711cd50dc8d56a8035bdeb4cb9c75f0f651a9a
24
25 diff --git a/dev-python/pyghmi/pyghmi-1.5.44.ebuild b/dev-python/pyghmi/pyghmi-1.5.44.ebuild
26 new file mode 100644
27 index 000000000000..1844c945d4be
28 --- /dev/null
29 +++ b/dev-python/pyghmi/pyghmi-1.5.44.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