diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-16 10:53:11 -0500 |
| commit | 8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch) | |
| tree | bb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /app-admin/redfish-utilities | |
| parent | f997c3ee588099e4f43e9ec845935868e3e60b8e (diff) | |
| download | baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip | |
Adding metadata
Diffstat (limited to 'app-admin/redfish-utilities')
| -rw-r--r-- | app-admin/redfish-utilities/Manifest | 1 | ||||
| -rw-r--r-- | app-admin/redfish-utilities/metadata.xml | 9 | ||||
| -rw-r--r-- | app-admin/redfish-utilities/redfish-utilities-3.5.1.ebuild | 24 |
3 files changed, 34 insertions, 0 deletions
diff --git a/app-admin/redfish-utilities/Manifest b/app-admin/redfish-utilities/Manifest new file mode 100644 index 000000000000..da61dcbb687c --- /dev/null +++ b/app-admin/redfish-utilities/Manifest @@ -0,0 +1 @@ +DIST redfish_utilities-3.5.1.tar.gz 71346 BLAKE2B 15dc8afc805b0354863e7ccf9549f167da0d730671d657282df712a6afa493b133ff4caed018791d1615d2a5e1a6f2ec09162858a614294298717dbb6b584bea SHA512 008597cf8a1a2a123c34a5708458dbaeb631807959b4eb8a28db4382723b58b2cde4803880e50db006589d32d19d9fb2346367e6fe76923c6624161a4e38e1d9 diff --git a/app-admin/redfish-utilities/metadata.xml b/app-admin/redfish-utilities/metadata.xml new file mode 100644 index 000000000000..a83a6b5beb53 --- /dev/null +++ b/app-admin/redfish-utilities/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>pastalian46@gmail.com</email> + <name>Takuya Wakazono</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/app-admin/redfish-utilities/redfish-utilities-3.5.1.ebuild b/app-admin/redfish-utilities/redfish-utilities-3.5.1.ebuild new file mode 100644 index 000000000000..b71af694a78f --- /dev/null +++ b/app-admin/redfish-utilities/redfish-utilities-3.5.1.ebuild @@ -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_{13..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}] +" |
