mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-psutil: update to 5.9.2.
This commit is contained in:
parent
afa5bfffe8
commit
ee81c134ae
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-psutil'
|
# Template file for 'python3-psutil'
|
||||||
pkgname=python3-psutil
|
pkgname=python3-psutil
|
||||||
version=5.9.1
|
version=5.9.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,10 +13,11 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/giampaolo/psutil"
|
homepage="https://github.com/giampaolo/psutil"
|
||||||
changelog="https://raw.githubusercontent.com/giampaolo/psutil/master/HISTORY.rst"
|
changelog="https://raw.githubusercontent.com/giampaolo/psutil/master/HISTORY.rst"
|
||||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||||
checksum=57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954
|
checksum=feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c
|
||||||
# Tests seem to assume package is installed
|
# Tests seem to assume package is installed
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/psutil/tests/
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue