diff options
Diffstat (limited to 'dev-python/plexapi/plexapi-4.15.11.ebuild')
| -rw-r--r-- | dev-python/plexapi/plexapi-4.15.11.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
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 |
