commit:     120fedc481fa95221293d3c35b55b0f7fd264a51
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 18:57:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 05:31:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120fedc4

dev-python/psutil: Use pypi.eclass

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

 dev-python/psutil/psutil-5.9.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/psutil/psutil-5.9.4.ebuild 
b/dev-python/psutil/psutil-5.9.4.ebuild
index 5749b3e71a80..20768f8cc00a 100644
--- a/dev-python/psutil/psutil-5.9.4.ebuild
+++ b/dev-python/psutil/psutil-5.9.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 TEST_PATCH=psutil-5.9.3-tests-r1.patch
 DESCRIPTION="Retrieve information on running processes and system utilization"
@@ -14,8 +14,7 @@ HOMEPAGE="
        https://github.com/giampaolo/psutil/
        https://pypi.org/project/psutil/
 "
-SRC_URI="
-       mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+SRC_URI+="
        https://dev.gentoo.org/~mgorny/dist/${TEST_PATCH}.xz
 "
 

Reply via email to