summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-24 06:10:05 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-24 06:21:16 +0100
commit12ce9b4b65a0cd820cf176c0ed157b1251052fdb (patch)
tree5a40856d1c0ef2b24bb33c1e7568674590b0f23a
parentdev-python/filelock: Bump to 3.10.3 (diff)
downloadgentoo-12ce9b4b65a0cd820cf176c0ed157b1251052fdb.tar.gz
gentoo-12ce9b4b65a0cd820cf176c0ed157b1251052fdb.tar.bz2
gentoo-12ce9b4b65a0cd820cf176c0ed157b1251052fdb.zip
dev-python/furo: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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"