From c76c5fb23f9db4a5cbba747e7c71f07d6af8fdb3 Mon Sep 17 00:00:00 2001 From: Henri Gasc Date: Sat, 13 Jan 2024 12:06:11 +0100 Subject: [PATCH] dev-python/sphinxext-opengraph: update SRC_URI Signed-off-by: Henri Gasc --- .../sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild index 2485f75de4..e3594a6a22 100644 --- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild +++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild @@ -7,13 +7,10 @@ DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{10..12} ) -inherit distutils-r1 - -hash="4302fe33c88dbfb572e2c1cad26735164c23f16fb8dba94ddb1867d0ef06" +inherit distutils-r1 pypi DESCRIPTION="Sphinx extension to generate unique OpenGraph metadata" HOMEPAGE="https://github.com/wpilibsuite/sphinxext-opengraph" -SRC_URI="https://files.pythonhosted.org/packages/1c/5b/${hash}/${P}.tar.gz" LICENSE="BSD" SLOT="0"