mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-07 01:40:35 +00:00
14 lines
357 B
Plaintext
14 lines
357 B
Plaintext
# description : A cross-platform process and system utilities module for Python2
|
|
# depends : python2
|
|
|
|
name=python2-psutil
|
|
version=5.6.2
|
|
release=1
|
|
source=(https://github.com/giampaolo/psutil/archive/release-$version.tar.gz)
|
|
md5sum=(454b4a34cf08a6ab3688903e4d37e5a8)
|
|
|
|
build() {
|
|
cd psutil-release-$version
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|