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, 04 Jan 2022 21:29:51
Message-Id: 1641331777.ffa9cf44c5ff90a63121ed0fed6ba0aa89078e6e.arthurzam@gentoo
1 commit: ffa9cf44c5ff90a63121ed0fed6ba0aa89078e6e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 21:00:23 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 21:29:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa9cf44
7
8 dev-python/pyghmi: add 1.5.32
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.32.ebuild | 31 +++++++++++++++++++++++++++++++
14 2 files changed, 32 insertions(+)
15
16 diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
17 index 15bc3b9f46fb..f09b206131e0 100644
18 --- a/dev-python/pyghmi/Manifest
19 +++ b/dev-python/pyghmi/Manifest
20 @@ -1,2 +1,3 @@
21 DIST pyghmi-1.5.22.tar.gz 221963 BLAKE2B 6705e904c481ddbb241fc8f8089e6bc9bcc142bfca9aaa518b2293b5dd387113fa4bbb418e748584f69fac5e8d1049d669eb73d24463adaaec3a891cae98f928 SHA512 cc665f8b9f4a0c9c127b9e895ba62e650cdb589f5c9edae6accaa5558f347d31725e8da446fcafb4f71ffadc17121d8b293160413f4a41055cb1720e9fa1ecde
22 DIST pyghmi-1.5.31.tar.gz 236574 BLAKE2B 9ee7250bae2d87f552686845ae3056f0f646cd1a383587c195bfcc6dfa476b8582509c909f0008fc6751295e2e4e7d33bf822e8b529d67306fcc85412fc9af22 SHA512 d7c9c05b51780bef9d2b417c1a586f84ec87a9f1ff578ab019bfdc1a462decd907b2634fb1c830d0e369eb97122bfcba62ce79a4386c73c9854cde8f9fdeb65c
23 +DIST pyghmi-1.5.32.tar.gz 236662 BLAKE2B e2a58d1eb9c5000d1a7f6b795836fa617ac0847ff2e7c817a6bd65ffb9a1162546a25f890ba20400e4c8d5f72dda538f696c17a35542506cc171b80f99cb5a30 SHA512 b30ad1e200d23ed99280794e4e8e12c1a2412daa27e435183edbdcf57cb1d8ace8790845dd5ab0579f2a22b26eabc11e1d1f5845fb94fed019f461b9419d2763
24
25 diff --git a/dev-python/pyghmi/pyghmi-1.5.32.ebuild b/dev-python/pyghmi/pyghmi-1.5.32.ebuild
26 new file mode 100644
27 index 000000000000..8c831160b805
28 --- /dev/null
29 +++ b/dev-python/pyghmi/pyghmi-1.5.32.ebuild
30 @@ -0,0 +1,31 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A pure python implementation of IPMI protocol"
40 +HOMEPAGE="https://github.com/openstack-archive/pyghmi/"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +RDEPEND=">=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
48 + dev-python/pbr[${PYTHON_USEDEP}]
49 + >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
50 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
51 +BDEPEND="
52 + test? (
53 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
55 + >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
56 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
57 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
58 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
59 + )"
60 +
61 +distutils_enable_tests unittest