python-psutil: update to 4.4.0
This commit is contained in:
parent
b6bc28251b
commit
19b38be576
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-psutil'
|
# Template file for 'python-psutil'
|
||||||
pkgname=python-psutil
|
pkgname=python-psutil
|
||||||
version=4.3.1
|
version=4.4.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="psutil-${version}"
|
wrksrc="psutil-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/giampaolo/psutil"
|
homepage="https://github.com/giampaolo/psutil"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
|
||||||
checksum=38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b
|
checksum=f4da111f473dbf7e813e6610aec1329000536aea5e7d7e73ed20bc42cfda7ecc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue