From de0481816a962b507656f4a0dc9eae930dcdb02a Mon Sep 17 00:00:00 2001 From: skmpz Date: Mon, 5 Sep 2022 10:49:55 +0400 Subject: [PATCH] python3-psutil: update to 5.9.2. --- srcpkgs/python3-psutil/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template index 1139f84b7aa7..8775a5bc0f77 100644 --- a/srcpkgs/python3-psutil/template +++ b/srcpkgs/python3-psutil/template @@ -1,6 +1,6 @@ # Template file for 'python3-psutil' pkgname=python3-psutil -version=5.9.1 +version=5.9.2 revision=1 wrksrc="psutil-${version}" build_style=python3-module @@ -13,10 +13,11 @@ license="BSD-3-Clause" homepage="https://github.com/giampaolo/psutil" changelog="https://raw.githubusercontent.com/giampaolo/psutil/master/HISTORY.rst" distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz" -checksum=57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954 +checksum=feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c # Tests seem to assume package is installed make_check=no post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/psutil/tests/ vlicense LICENSE }