diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:57:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-17 06:31:53 +0100 |
commit | 120fedc481fa95221293d3c35b55b0f7fd264a51 (patch) | |
tree | 12023101d7844d29977ce13370da8aa510145e17 /dev-python | |
parent | dev-python/jupyter: Use pypi.eclass (diff) | |
download | gentoo-120fedc481fa95221293d3c35b55b0f7fd264a51.tar.gz gentoo-120fedc481fa95221293d3c35b55b0f7fd264a51.tar.bz2 gentoo-120fedc481fa95221293d3c35b55b0f7fd264a51.zip |
dev-python/psutil: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psutil/psutil-5.9.4.ebuild | 5 |
1 files 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 " |