mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 18:20:07 +00:00
13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
# description : A cross-platform process and system utilities module for Python3
|
|
# depends : python3
|
|
|
|
name=python3-psutil
|
|
version=5.9.6
|
|
release=1
|
|
source="$name-$version.tar.gz::https://github.com/giampaolo/psutil/archive/release-$version.tar.gz"
|
|
|
|
build() {
|
|
cd psutil-release-$version
|
|
python3 setup.py install --root=$PKG --optimize=1
|
|
}
|