mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/pyghmi: Bump to 1.6.17
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pyghmi-1.6.16.tar.gz 284898 BLAKE2B 7ad59de92f40ecf4fe67d7a0e27abe1f124b7cc35989245261d56243abcc0c1e396bfd656bb2515b0343aad10fbdd0bec1c60458d03476a792ecb49b157c5cd6 SHA512 fa4f41e262e63312010da0f51cb558a0ba99e74ffd6e90a108ca5310aa7b065b96f9967e4e39596a09d33795d0d9919d13f0b66eeb73b630b23eec68f1dde596
|
||||
DIST pyghmi-1.6.17.tar.gz 285830 BLAKE2B 40155e56cb4bfb9463ac42f33a15e4f1fefce7cb0796ab5e871f89d87009bd603689ef66ffeb257438577798e4742fefcde91b44555f4a18e255cabfda638948 SHA512 fb13d0b3d10541f7449da5bc087ea8db6242310b1c95c2bb8ee811e605315f8349231daa0f88aa1a4daf735570d2d38ed66e684034e3e39dc9f4f3f875aa1932
|
||||
|
||||
32
dev-python/pyghmi/pyghmi-1.6.17.ebuild
Normal file
32
dev-python/pyghmi/pyghmi-1.6.17.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A pure python implementation of IPMI protocol"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/x/pyghmi/
|
||||
https://pypi.org/project/pyghmi/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
|
||||
dev-python/pbr[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Reference in New Issue
Block a user