From 4fb7c4a39727b3c5bd0ff6466758922630152c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 11 Jun 2026 04:22:06 +0200 Subject: [PATCH] dev-python/pyghmi: Bump to 1.6.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyghmi/Manifest | 1 + dev-python/pyghmi/pyghmi-1.6.17.ebuild | 32 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 dev-python/pyghmi/pyghmi-1.6.17.ebuild diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest index 0512977b2273d..00c63b57c667c 100644 --- a/dev-python/pyghmi/Manifest +++ b/dev-python/pyghmi/Manifest @@ -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 diff --git a/dev-python/pyghmi/pyghmi-1.6.17.ebuild b/dev-python/pyghmi/pyghmi-1.6.17.ebuild new file mode 100644 index 0000000000000..95dc135ab4f12 --- /dev/null +++ b/dev-python/pyghmi/pyghmi-1.6.17.ebuild @@ -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