commit: 9b172db8fa3a4274283bf9a13c1bc4f348735b02
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 17 11:56:37 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Dec 17 11:56:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b172db8
dev-python/plexapi: add 4.17.2
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/plexapi/Manifest | 1 +
dev-python/plexapi/plexapi-4.17.2.ebuild | 37 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/plexapi/Manifest b/dev-python/plexapi/Manifest
index aacca2894e..640003a15f 100644
--- a/dev-python/plexapi/Manifest
+++ b/dev-python/plexapi/Manifest
@@ -1 +1,2 @@
DIST plexapi-4.17.1.gh.tar.gz 22527237 BLAKE2B
f48d777b5d00e27afd505e44e35284ca70187c433893b17e9d1eecfe1a70c2b3485b585362383e7a8df3ac3c47667edfcc5af07f3721c7cf8fea9731fa5ae486
SHA512
741a1806bd52a9ce85fb34bf7a2a42594e4205e7a7dacc827cc8bf5a9da69290af1e79145b912472ded0aff0478c56d996144ef441a8d5bc3c0f7fec82be8358
+DIST plexapi-4.17.2.gh.tar.gz 22533393 BLAKE2B
8ffda301510d150db45396c42cd7c8f5ded10858d883e4aa677e13affe324c46e5bac8436bf5ebd9d93db63713638038261fb42b6359b8fcc1a504a1a29dd804
SHA512
71a422a8806fe66f38e10bb8e721bdc861f327eae03226b7dbef101e2b640b8951ea88c351a638408d33026326b3d3c16c620e5162c25201442ba3eeb30e604f
diff --git a/dev-python/plexapi/plexapi-4.17.2.ebuild
b/dev-python/plexapi/plexapi-4.17.2.ebuild
new file mode 100644
index 0000000000..cb90823a43
--- /dev/null
+++ b/dev-python/plexapi/plexapi-4.17.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# left here in case we switch to pypi
+PYPI_PN="PlexAPI"
+PYPI_NO_NORMALIZE=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the Plex API."
+HOMEPAGE="
+ https://pypi.org/project/PlexAPI/
+ https://github.com/pkkid/python-plexapi
+"
+
+# pypi release don't have docs
+SRC_URI="https://github.com/pkkid/python-plexapi/archive/refs/tags/${PV}.tar.gz
-> ${P}.gh.tar.gz"
+
+S="${WORKDIR}/python-${P}"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# almost all tests requires a running server
+RESTRICT="test"
+
+RDEPEND="
+ dev-python/requests[${PYTHON_USEDEP}]
+"
+
+BDEPEND="doc? ( dev-python/sphinx-rtd-theme )"
+
+distutils_enable_sphinx docs