dev-python/redfish - 3.3.6 (guru)

Search

Install

Install this version:

emerge -a =dev-python/redfish-3.3.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/redfish-3.3.6

Or alternatively:

emerge --autounmask-write -a =dev-python/redfish-3.3.6

Package Information

Description:
Python3 library for interacting with devices that support a Redfish service
Homepage:
https://github.com/DMTF/python-redfish-library
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
3.3.6 8 ~amd64 0
View Raw Ebuild
# 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..15} )

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}]
	dev-python/urllib3[zstd,${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/jsonpatch[]
	dev-python/jsonpath-ng[]
	dev-python/jsonpointer[]
	dev-python/requests[]
	dev-python/requests-toolbelt[]
	dev-python/requests-unixsocket[]
	dev-python/urllib3[zstd,]

Manifest for 3.3.6

Type File Size Source URLs
DIST redfish-3.3.6.gh.tar.gz 46737 bytes https://github.com/DMTF/python-redfish-library/archive/refs/tags/3.3.6.tar.gz