From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8926A158041 for ; Tue, 27 Feb 2024 16:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE5DFE2A11; Tue, 27 Feb 2024 16:27:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88DE3E2A11 for ; Tue, 27 Feb 2024 16:27:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7CB133BE00 for ; Tue, 27 Feb 2024 16:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15A151301 for ; Tue, 27 Feb 2024 16:27:31 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1709051245.a98590dde4d80201df6bfdb59a32560887d1712d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/redfishtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/redfishtool/Manifest app-admin/redfishtool/metadata.xml app-admin/redfishtool/redfishtool-1.1.8.ebuild X-VCS-Directories: app-admin/redfishtool/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a98590dde4d80201df6bfdb59a32560887d1712d X-VCS-Branch: master Date: Tue, 27 Feb 2024 16:27:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a1d721a-141e-4811-89c4-eec29a1a68c9 X-Archives-Hash: ff5bee54643965bae670c62588a427b3 commit: a98590dde4d80201df6bfdb59a32560887d1712d Author: Marek Szuba gentoo org> AuthorDate: Tue Feb 27 16:26:52 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Feb 27 16:27:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98590dd app-admin/redfishtool: new package, add 1.1.8 Signed-off-by: Marek Szuba gentoo.org> app-admin/redfishtool/Manifest | 1 + app-admin/redfishtool/metadata.xml | 12 ++++++++++++ app-admin/redfishtool/redfishtool-1.1.8.ebuild | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/app-admin/redfishtool/Manifest b/app-admin/redfishtool/Manifest new file mode 100644 index 000000000000..7634202c1d56 --- /dev/null +++ b/app-admin/redfishtool/Manifest @@ -0,0 +1 @@ +DIST redfishtool-1.1.8.tar.gz 83028 BLAKE2B 376d7513776aaf72bdc249d27312f25134c16ede12584ce334d7f89b07fc2abd986baa775fbc5f497d0679fba6997d5f908062af32186364b6609625fcb6e0c5 SHA512 c9aee7461013144e7d2ba2825f750cca52270cd658bb07e65764923c0ba489ec1e8a5ecb12a1b4f43ef8c0227fbe195a6869c2ae264ed778a5dddc513cbaa542 diff --git a/app-admin/redfishtool/metadata.xml b/app-admin/redfishtool/metadata.xml new file mode 100644 index 000000000000..18acf7851c64 --- /dev/null +++ b/app-admin/redfishtool/metadata.xml @@ -0,0 +1,12 @@ + + + + + marecki@gentoo.org + Marek Szuba + + + redfishtool + DMTF/Redfishtool + + diff --git a/app-admin/redfishtool/redfishtool-1.1.8.ebuild b/app-admin/redfishtool/redfishtool-1.1.8.ebuild new file mode 100644 index 000000000000..79a53b30f0b9 --- /dev/null +++ b/app-admin/redfishtool/redfishtool-1.1.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python package and command-line tool for accessing the Redfish API" +HOMEPAGE="https://github.com/DMTF/Redfishtool" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +"