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