python3-psutil: update to 5.9.2.

This commit is contained in:
skmpz 2022-09-05 10:49:55 +04:00 committed by classabbyamp
parent afa5bfffe8
commit ee81c134ae

View file

@ -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
}