dev-python/jellyfin-apiclient-python: Bump to 1.11.0 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit a1b5842e8eb5932036d7ff96c24eb966429557fc
DIR parent 16f5e20773e2422d18812d91d39e9693831e71e0
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 22 May 2025 18:47:32 +0200
dev-python/jellyfin-apiclient-python: Bump to 1.11.0
Diffstat:
M dev-python/jellyfin-apiclient-pyth… | 2 +-
A dev-python/jellyfin-apiclient-pyth… | 24 ++++++++++++++++++++++++
D dev-python/jellyfin-apiclient-pyth… | 24 ------------------------
3 files changed, 25 insertions(+), 25 deletions(-)
---
DIR diff --git a/dev-python/jellyfin-apiclient-python/Manifest b/dev-python/jellyfin-apiclient-python/Manifest
@@ -1 +1 @@
-DIST jellyfin-apiclient-python-1.9.2.tar.gz 29535 BLAKE2B ba12075a54df646c02fe437c576e3a19f38082080e6c136d88abf45f2eaba5d308259f16df46b4c7a5d76978ebf3392111fd0b3b3d2ee2c9496acf64fb8553b6 SHA512 43f1850c2904f200a9055b8f579534c486f0f29ca04004bd5cda58f6d2a24275a5e4ceb356344335a660f53cc81f47aa4749c048642e5f4e05b640e11a574e37
+DIST jellyfin_apiclient_python-1.11.0.tar.gz 62581 BLAKE2B eeca824c65d162d23d4075cd81ab860fff4c03cd67052f0fe6657275decc3ab75bde74db13c9cc5e0fb8190f3e0743b3d4b4a613820d87f197522415e47b8aae SHA512 61dea85a3a66bd7660a26c10f2e321d58d96e7e1255474af4448a89728e4f3740a9176912b6b958f7f895ffab296973f010bd02e9466b23667e3665a012daedd
DIR diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.11.0.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.11.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python API Client for Jellyfin"
+HOMEPAGE="https://github.com/jellyfin/jellyfin-apiclient-python"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]
+ dev-python/websocket-client[${PYTHON_USEDEP}]
+ dev-python/certifi[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
DIR diff --git a/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.9.2.ebuild b/dev-python/jellyfin-apiclient-python/jellyfin-apiclient-python-1.9.2.ebuild
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..13} )
-inherit distutils-r1
-
-DESCRIPTION="Python API Client for Jellyfin"
-HOMEPAGE="https://github.com/jellyfin/jellyfin-apiclient-python"
-SRC_URI="https://github.com/jellyfin/jellyfin-apiclient-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
- dev-python/websocket-client[${PYTHON_USEDEP}]
- dev-python/certifi[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""