dev-python/redfish: drop 3.3.5

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2026-07-19 15:13:15 +09:00
parent f3b260f850
commit 8256ee6d94
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST redfish-3.3.5.gh.tar.gz 46673 BLAKE2B 444d539960c1e190a73348ad202058418837151505f74ba9028c458bee34754d5e0dfef276b056e2236154c8f35c5bc1dd614e6598ed46d929ef7996551f79aa SHA512 3c1a90b51f8b551071a8baa809647ed69974d02fb8e4f62df6c06dc151894ed1682a2485bee5b3410470c0ca4e595f2c15afa04bbefc57543af8f2dfe23c873b
DIST redfish-3.3.6.gh.tar.gz 46737 BLAKE2B e3cb24393c44311f3db598cb903e947849e24cd33d87c935d2e37ea63dc654ade5a5552b733cd8502aa9a640b1f5e842af2757494bec1e8e7a6799096035388d SHA512 4a4e9aa45d66022a2e1f0d813b7556002654d0ba84883437715ccf20c7c6ec615a77e0ed4c107b48d910cd5809609a82fc02ac96eaa71acd3f6a0fe139f3b3de DIST redfish-3.3.6.gh.tar.gz 46737 BLAKE2B e3cb24393c44311f3db598cb903e947849e24cd33d87c935d2e37ea63dc654ade5a5552b733cd8502aa9a640b1f5e842af2757494bec1e8e7a6799096035388d SHA512 4a4e9aa45d66022a2e1f0d813b7556002654d0ba84883437715ccf20c7c6ec615a77e0ed4c107b48d910cd5809609a82fc02ac96eaa71acd3f6a0fe139f3b3de

View File

@@ -1,31 +0,0 @@
# 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
DESCRIPTION="Python3 library for interacting with devices that support a Redfish service"
HOMEPAGE="https://github.com/DMTF/python-redfish-library"
# sdist doesn't include tests
SRC_URI="https://github.com/DMTF/python-redfish-library/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/python-redfish-library-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/jsonpatch[${PYTHON_USEDEP}]
dev-python/jsonpath-ng[${PYTHON_USEDEP}]
dev-python/jsonpointer[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
dev-python/requests-unixsocket[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest