Files
guru/app-admin/redfish-utilities/redfish-utilities-3.5.1.ebuild
Takuya Wakazono 9d6fe26b90 app-admin/redfish-utilities: new package, add 3.5.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2026-06-07 18:04:04 +09:00

25 lines
616 B
Bash

# 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}]
"