From 6c370bb9ae1cd300d8fa850c1d588aa0eb985cf4 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 2 Mar 2023 23:14:05 +0100 Subject: [PATCH] dev-python/soundfile: Migrate to pypi.eclass Signed-off-by: Nils Freydank --- dev-python/soundfile/soundfile-0.12.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/soundfile/soundfile-0.12.1.ebuild b/dev-python/soundfile/soundfile-0.12.1.ebuild index 2d0d1f0..7dfdaa8 100644 --- a/dev-python/soundfile/soundfile-0.12.1.ebuild +++ b/dev-python/soundfile/soundfile-0.12.1.ebuild @@ -5,7 +5,7 @@ EAPI="8" DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi COMMIT_ID="" @@ -22,8 +22,6 @@ else if [[ (${PV} == *_p*) || (${PV} == *_beta*) ]]; then SRC_URI="https://github.com/bastibe/python-${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/python-${PN}-${COMMIT_ID}" - else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi fi KEYWORDS="~amd64 ~x86"