commit:     12ce9b4b65a0cd820cf176c0ed157b1251052fdb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 05:10:05 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 05:21:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ce9b4b

dev-python/furo: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/furo/furo-2022.12.7.ebuild | 6 ++----
 1 file 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"

Reply via email to