mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/plexapi: fix docs installation
Closes: https://bugs.gentoo.org/930233 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
@@ -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_{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
|
||||
|
||||
Reference in New Issue
Block a user