summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-10 03:59:57 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-10 04:43:44 +0100
commitf0d1dbaa6bcfc2dcf477a308a77950420088c7a4 (patch)
tree221c84c29b0532171f2d768d1912b01439c87799 /dev-python
parent9eb5feb953920d6afa8e8d579dbd8a5fdcfa6fe0 (diff)
downloadgentoo-f0d1dbaa6bcfc2dcf477a308a77950420088c7a4.tar.gz
gentoo-f0d1dbaa6bcfc2dcf477a308a77950420088c7a4.tar.bz2
gentoo-f0d1dbaa6bcfc2dcf477a308a77950420088c7a4.zip
dev-python/pyghmi: Bump to 1.6.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyghmi/Manifest1
-rw-r--r--dev-python/pyghmi/pyghmi-1.6.10.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index fdbdc85d18ab..90ccccc94007 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1,2 +1,3 @@
+DIST pyghmi-1.6.10.tar.gz 283697 BLAKE2B c691c378a3dd5567f4bc61757b1956b2b529b76dc18ea2c940eec070cfc99bcabec03e3890e3fad04b1b4b3a679572b485ab1098fa48748ba9d664b77fd144fd SHA512 d694bf3b5d34b194b868dbb9adc24508fcf4871e18b8c07c9923f7fb2d3cd6fdf8b52caa25c717a4ea89c439d28b3a170307ea081270bcc02f0499aba593c5a5
DIST pyghmi-1.6.8.tar.gz 282988 BLAKE2B 9b243bb061772f5b6edf9956b6117031a7d565504e26508acfb37b9bb0418136fb1afd388a860abaf9cf713c18ad685d6a37afa69d60ee2f6234a04c5617da8a SHA512 335e293c0e139d939c4ace9fc640a363cccf49f4c5ab05ddfd80f0a5d2cee5b845ca729a21a07f68ff61605d0f60dcecdf70e0882e9054ca67b0effcabc8a527
DIST pyghmi-1.6.9.tar.gz 283565 BLAKE2B a952c8d118af0ed9cab9b7444a6c5a425328ad4ccabae74a698bc48e32cf69ae0a4355b941e666d07e00e167719a6db77ee272e4cae0e5215707e7c5555bda6a SHA512 7fcd0a29c637aaabb29055d6fddbd3d5774a27f37f149b80fd19bbfd78fa6f4b134f7115a10267b68b9d088a5e40c28b6979f80acd8da9754e21baab8533bc01
diff --git a/dev-python/pyghmi/pyghmi-1.6.10.ebuild b/dev-python/pyghmi/pyghmi-1.6.10.ebuild
new file mode 100644
index 000000000000..405adffe103b
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.6.10.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 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}]
+ >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest