mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-20 15:44:27 +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.5.1
|
|
release=1
|
|
source=(https://github.com/giampaolo/psutil/archive/release-$version.tar.gz)
|
|
md5sum=(10857df70e12bc7ae477634c0297a2ee)
|
|
|
|
build() {
|
|
cd psutil-release-$version
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|