From 084f58a92a8c19bc67dc624bcef1059cf4ddaaef Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 25 Apr 2025 19:12:18 +0000 Subject: Adding metadata --- dev-python/plexapi/Manifest | 2 +- dev-python/plexapi/plexapi-4.16.0.ebuild | 37 -------------------------------- dev-python/plexapi/plexapi-4.17.0.ebuild | 37 ++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 dev-python/plexapi/plexapi-4.16.0.ebuild create mode 100644 dev-python/plexapi/plexapi-4.17.0.ebuild (limited to 'dev-python/plexapi') diff --git a/dev-python/plexapi/Manifest b/dev-python/plexapi/Manifest index 13007d708c66..65089706e901 100644 --- a/dev-python/plexapi/Manifest +++ b/dev-python/plexapi/Manifest @@ -1,2 +1,2 @@ -DIST plexapi-4.16.0.gh.tar.gz 22524954 BLAKE2B 3bd88f4a05ef0573ce58526fabaa658caae4979e429619d9e98e3dba30363318d3b10d6b32a7e96df101f62799b4cdb9406b4c1556aad33982dab98240d560c1 SHA512 cd68bbd3086ccbd926058fb904027cb2c9939e57e510527667e991de23aee4e5c3e13b09906edf7f529f85e46600e134b79fac1ed2ca219d8d6a0ff17ed7f4fe DIST plexapi-4.16.1.gh.tar.gz 22524979 BLAKE2B f8a83fc395aed0648f4b5e357934c0efaedb13d15c38cdb1740d0ed3e3fd78e0165b7958ca71b589893170cdebda2a1b1239e91df91095b9f9722f6e3b04b510 SHA512 719a2c6942d4e7b0a4aedbba05fe83ec7e4070db90e6bdb7331698c7c3ae621f96539aa89b548bc57dbb7eaf97a562b7a015746f86609ddbed09ccd5569f8ede +DIST plexapi-4.17.0.gh.tar.gz 22526751 BLAKE2B 675c26c044d5b9114d6547ae6cc1cc3647a4aec61796024cda6c3abecfa0207c5e3858e37bef0c8209942dbc8996628f27424f9a04e70d8df8a03dabdcb0eaba SHA512 6125ab436d4514a5fef9cd733f493778911309f79577e81633f1e2f2f04b81e6c2533c5f7eeb4b0e15b1ecd7a99f9319f6580e421b5a9c7ae8356b5217721867 diff --git a/dev-python/plexapi/plexapi-4.16.0.ebuild b/dev-python/plexapi/plexapi-4.16.0.ebuild deleted file mode 100644 index 672650bd3bcd..000000000000 --- a/dev-python/plexapi/plexapi-4.16.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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_{9,10,11,12,13} ) - -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 diff --git a/dev-python/plexapi/plexapi-4.17.0.ebuild b/dev-python/plexapi/plexapi-4.17.0.ebuild new file mode 100644 index 000000000000..672650bd3bcd --- /dev/null +++ b/dev-python/plexapi/plexapi-4.17.0.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_{9,10,11,12,13} ) + +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 -- cgit v1.3.1