commit: 3676c5ca619882de230070134b39dd0e4a747e25
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:19:40 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:19:40 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3676c5ca
dev-python/python-igraph: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-igraph/python-igraph-0.10.4.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-igraph/python-igraph-0.10.4.ebuild
b/dev-python/python-igraph/python-igraph-0.10.4.ebuild
index f0096ae23..5ef24cedf 100644
--- a/dev-python/python-igraph/python-igraph-0.10.4.ebuild
+++ b/dev-python/python-igraph/python-igraph-0.10.4.ebuild
@@ -5,12 +5,11 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python interface for igraph"
HOMEPAGE="https://igraph.org"
-SRC_URI="mirror://pypi/i/igraph/igraph-${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="$(pypi_sdist_url igraph)"
S="${WORKDIR}/igraph-${PV}"
LICENSE="MIT"