From b697a7165bded30c558e6a31575d94bc0f4d9aba Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 19 Apr 2024 19:24:47 +0000 Subject: Adding metadata --- dev-python/plexapi/plexapi-4.15.11.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'dev-python/plexapi/plexapi-4.15.11.ebuild') diff --git a/dev-python/plexapi/plexapi-4.15.11.ebuild b/dev-python/plexapi/plexapi-4.15.11.ebuild index eab41c19fc9e..b1050ad4b03c 100644 --- a/dev-python/plexapi/plexapi-4.15.11.ebuild +++ b/dev-python/plexapi/plexapi-4.15.11.ebuild @@ -3,12 +3,13 @@ EAPI=8 +# left here in case we switch to pypi PYPI_PN="PlexAPI" PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -inherit distutils-r1 pypi +inherit distutils-r1 DESCRIPTION="Python bindings for the Plex API." HOMEPAGE=" @@ -16,6 +17,10 @@ HOMEPAGE=" 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" @@ -27,4 +32,6 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] " +BDEPEND="doc? ( dev-python/sphinx-rtd-theme )" + distutils_enable_sphinx docs -- cgit v1.3.1