# HG changeset patch # User Hans-G?nter Theisgen # Date 1657724111 -3600 # Node ID 88b11e08f73a90a0e0992e87ced2e1f7a8ebf3b4 # Parent 7979272365367c37b6a628bfee5931ce9cc00f9a updated python-psutil (5.7.0 -> 5.9.0) diff -r 797927236536 -r 88b11e08f73a python-psutil/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-psutil/description.txt Wed Jul 13 15:55:11 2022 +0100 @@ -0,0 +1,9 @@ +psutil (process and system utilities) is a cross-platform library for +retrieving information on running processes and system utilization +(CPU, memory, disks, network, sensors) in Python. +It is useful mainly for system monitoring, profiling and limiting process +resources and management of running processes. +It implements many functionalities offered by classic UNIX command line +tools such as ps, top, iotop, lsof, netstat, ifconfig, free and others. + +Supported Python versions are 2.6, 2.7, 3.4+ and PyPy. diff -r 797927236536 -r 88b11e08f73a python-psutil/receipt --- a/python-psutil/receipt Wed Jul 13 15:45:09 2022 +0100 +++ b/python-psutil/receipt Wed Jul 13 15:55:11 2022 +0100 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="python-psutil" -VERSION="5.7.0" +VERSION="5.9.0" CATEGORY="development" SHORT_DESC="A process and system utilities module for Python." MAINTAINER="paul@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/psutil/" + SOURCE="psutil" -WEB_SITE="https://pypi.org/project/$SOURCE/" - TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" @@ -32,7 +32,7 @@ mv /usr/bin/i486-slitaz-linux-gcc /tmp && ln -s /cross/${ARCH}/tools/bin/arm-slitaz-linux-gnueabi-gcc \ /usr/bin/i486-slitaz-linux-gcc ;; - esac && + esac python setup.py install --root=$DESTDIR