app-admin/redfish-utilities: new package, add 3.5.1

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2026-06-07 18:04:04 +09:00
parent 3857cbedbc
commit 9d6fe26b90
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST redfish_utilities-3.5.1.tar.gz 71346 BLAKE2B 15dc8afc805b0354863e7ccf9549f167da0d730671d657282df712a6afa493b133ff4caed018791d1615d2a5e1a6f2ec09162858a614294298717dbb6b584bea SHA512 008597cf8a1a2a123c34a5708458dbaeb631807959b4eb8a28db4382723b58b2cde4803880e50db006589d32d19d9fb2346367e6fe76923c6624161a4e38e1d9

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>pastalian46@gmail.com</email>
<name>Takuya Wakazono</name>
</maintainer>
<upstream>
<remote-id type="github">DMTF/Redfish-Tacklebox</remote-id>
<remote-id type="pypi">redfish-utilities</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_14 )
inherit distutils-r1 pypi
DESCRIPTION="Python based utilities for performing common management operations with Redfish"
HOMEPAGE="https://github.com/DMTF/Redfish-Tacklebox"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/redfish-3.2.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
>=dev-python/xlsxwriter-1.2.7[${PYTHON_USEDEP}]
"