commit: 7c4100c5cbe914eb53b7a4c19de82356bc714778
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 12 05:11:32 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 05:46:56 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4100c5
dev-python/pyghmi: Bump to 1.6.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyghmi/Manifest | 1 +
dev-python/pyghmi/pyghmi-1.6.13.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index f1887e99a9c4..2e671b6ca06b 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1 +1,2 @@
DIST pyghmi-1.6.12.tar.gz 284314 BLAKE2B
8a0cf5f9920f5bc47007098f0d29bb2a2a969abf16ba92342f4f73511a04a20f17110e1153352b60052c98403d95bbf3509b09f27ca6d8c4d5a012fcc9315fa4
SHA512
1a381f0d199669e80d7635cc2f9b79ab2de16f9d7bc0589f27d4c778b56964e6fca6d4bcd92faf38dee8810b266446980e57ea8f13b636b8d7d4bca7a258ed26
+DIST pyghmi-1.6.13.tar.gz 284523 BLAKE2B
a7e31b7599ea9476f480c5f78e692fd7171cef4db6d11178535f5b9cfeb69c1beb63c6f58f0a67ac774c151877c12faf9a100c777c0254192c8dab6d9b8c22f6
SHA512
2acc91cf1487079a4f154605698ab956605d7c24a548ece0b14639c591482b91a6f31e5f6303202cc7d5e5955b827259ffa05dcee06da9a335218770ea22bd53
diff --git a/dev-python/pyghmi/pyghmi-1.6.13.ebuild
b/dev-python/pyghmi/pyghmi-1.6.13.ebuild
new file mode 100644
index 000000000000..0482f8925550
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.6.13.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_{11..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