Install this version:
emerge -a =dev-python/jellyfin-apiclient-python-1.13.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/jellyfin-apiclient-python-1.13.0
Or alternatively:
emerge --autounmask-write -a =dev-python/jellyfin-apiclient-python-1.13.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.13.0 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
# shellcheck disable=SC2034
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python API Client for Jellyfin"
HOMEPAGE="
https://github.com/jellyfin/jellyfin-apiclient-python
https://pypi.org/project/jellyfin-apiclient-python/
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/websocket-client[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]
${PYTHON_DEPS}
"
RDEPEND="${DEPEND}"
BDEPEND="${PYTHON_DEPS}"
# use some legacy version of dev-python/tox
# and tries to pip install during test
RESTRICT="test"
PATCHES=( "${FILESDIR}/1.12.0-fix-pyproject_toml.patch" )
dev-python/requests[] dev-python/urllib3[] dev-python/websocket-client[] dev-python/certifi[]
dev-python/requests[] dev-python/urllib3[] dev-python/websocket-client[] dev-python/certifi[]