wok-6.x rev 25220
updated python-psutil (5.7.0 -> 5.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 15:55:11 2022 +0100 (2022-07-13) |
parents | 797927236536 |
children | 2aac66403459 |
files | python-psutil/description.txt python-psutil/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-psutil/description.txt Wed Jul 13 15:55:11 2022 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +psutil (process and system utilities) is a cross-platform library for 1.5 +retrieving information on running processes and system utilization 1.6 +(CPU, memory, disks, network, sensors) in Python. 1.7 +It is useful mainly for system monitoring, profiling and limiting process 1.8 +resources and management of running processes. 1.9 +It implements many functionalities offered by classic UNIX command line 1.10 +tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others. 1.11 + 1.12 +Supported Python versions are 2.6, 2.7, 3.4+ and PyPy.
2.1 --- a/python-psutil/receipt Wed Jul 13 15:45:09 2022 +0100 2.2 +++ b/python-psutil/receipt Wed Jul 13 15:55:11 2022 +0100 2.3 @@ -1,16 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-psutil" 2.7 -VERSION="5.7.0" 2.8 +VERSION="5.9.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A process and system utilities module for Python." 2.11 MAINTAINER="paul@slitaz.org" 2.12 LICENSE="BSD" 2.13 +WEB_SITE="https://pypi.org/project/psutil/" 2.14 + 2.15 SOURCE="psutil" 2.16 -WEB_SITE="https://pypi.org/project/$SOURCE/" 2.17 - 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 -WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" 2.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.21 2.22 DEPENDS="python" 2.23 BUILD_DEPENDS="python python-dev python-setuptools" 2.24 @@ -32,7 +32,7 @@ 2.25 mv /usr/bin/i486-slitaz-linux-gcc /tmp && 2.26 ln -s /cross/${ARCH}/tools/bin/arm-slitaz-linux-gnueabi-gcc \ 2.27 /usr/bin/i486-slitaz-linux-gcc ;; 2.28 - esac && 2.29 + esac 2.30 2.31 python setup.py install --root=$DESTDIR 2.32