From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 351AB158043 for ; Thu, 18 Apr 2024 21:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 723CCE29F6; Thu, 18 Apr 2024 21:31:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D31C8E29F6 for ; Thu, 18 Apr 2024 21:31:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11BDF343483 for ; Thu, 18 Apr 2024 21:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 713C1171B for ; Thu, 18 Apr 2024 21:31:18 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1713475864.dcb8bbab582343ec02b3d0c6ad34b522889a83fd.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/plexapi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/plexapi/Manifest dev-python/plexapi/metadata.xml dev-python/plexapi/plexapi-4.15.11.ebuild X-VCS-Directories: dev-python/plexapi/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: dcb8bbab582343ec02b3d0c6ad34b522889a83fd X-VCS-Branch: dev Date: Thu, 18 Apr 2024 21:31:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a795442-b8cb-41c7-932d-87c21776d039 X-Archives-Hash: c469c61c7bda0b58b711494343d4a706 Message-ID: <20240418213118.SWWP0RhNWjR85VBgCzo2v9A2RJGuAjf3e8_jAe1nZIo@z> commit: dcb8bbab582343ec02b3d0c6ad34b522889a83fd Author: David Roman gmail com> AuthorDate: Thu Apr 18 21:26:59 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Apr 18 21:31:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcb8bbab dev-python/plexapi: new package, add 4.15.11 Signed-off-by: David Roman gmail.com> dev-python/plexapi/Manifest | 1 + dev-python/plexapi/metadata.xml | 12 ++++++++++++ dev-python/plexapi/plexapi-4.15.11.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/plexapi/Manifest b/dev-python/plexapi/Manifest new file mode 100644 index 0000000000..47def69def --- /dev/null +++ b/dev-python/plexapi/Manifest @@ -0,0 +1 @@ +DIST PlexAPI-4.15.11.tar.gz 151839 BLAKE2B 3ee67dc00cd948d85742a03aa4bd5072a147eed586b02790565edccda2f8d73d46a7f002c862eec91772e8f0ec7f7349c32065acd2a8d2599e4a98d2eea403aa SHA512 ccfac639a74f97ff4d22be3f649abbc5d8e0df5fef3df713d559c48277afa6d23e759dd7c796e25da634b0890d5994b782436eeafcf0a6174c422193d47dd5c0 diff --git a/dev-python/plexapi/metadata.xml b/dev-python/plexapi/metadata.xml new file mode 100644 index 0000000000..0fb2c9aef4 --- /dev/null +++ b/dev-python/plexapi/metadata.xml @@ -0,0 +1,12 @@ + + + + + davidroman96@gmail.com + David Roman + + + plexapi + pkkid/python-plexapi + + diff --git a/dev-python/plexapi/plexapi-4.15.11.ebuild b/dev-python/plexapi/plexapi-4.15.11.ebuild new file mode 100644 index 0000000000..802c262298 --- /dev/null +++ b/dev-python/plexapi/plexapi-4.15.11.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYPI_PN="PlexAPI" +PYPI_NO_NORMALIZE=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10,11,12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python bindings for the Plex API." +HOMEPAGE=" + https://pypi.org/project/plexapi/ + https://github.com/pkkid/python-plexapi +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +# almost all tests requires a running server +RESTRICT="test" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}] +" + +distutils_enable_sphinx docs