#Packager Dimitris Tzemos pkgname=python3-psutil pkgver=7.0.0 pkgrel=1dj source=("https://files.pythonhosted.org/packages/source/p/psutil/psutil-7.0.0.tar.gz") docs=("CREDITS" "LICENSE" "{HISTORY,README}.rst") url="https://github.com/giampaolo/psutil" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python3-psutil (python interface for process and system info)" "psutil is a module providing an interface for retrieving information" "on all running processes and system utilization (CPU, memory, disks," "network, users) in a portable way by using Python, implementing many" "functionalities offered by command line tools such as: ps, top, df," "kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop," "uptime, pidof, tty, who, taskset, and pmap" "" "Homepage: https://github.com/giampaolo/psutil" ) build() { cd $startdir/src/psutil-$pkgver python3 -m build --no-isolation || return 1 python3 -m installer -d "$startdir/pkg" dist/*.whl || return 1 }