summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/furo/furo-2022.12.7.ebuild')
-rw-r--r--dev-python/furo/furo-2022.12.7.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/furo/furo-2022.12.7.ebuild b/dev-python/furo/furo-2022.12.7.ebuild
index ccd127305967..e65bd144ad60 100644
--- a/dev-python/furo/furo-2022.12.7.ebuild
+++ b/dev-python/furo/furo-2022.12.7.ebuild
@@ -10,16 +10,14 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( pypy3 python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Clean customisable Sphinx documentation theme"
HOMEPAGE="
https://pypi.org/project/furo/
https://github.com/pradyunsg/furo/
"
-SRC_URI="
- https://files.pythonhosted.org/packages/py3/${PN::1}/${PN}/${P}-py3-none-any.whl
-"
+SRC_URI="$(pypi_wheel_url)"
S=${WORKDIR}
LICENSE="MIT"