mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +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.3
|
|
release=1
|
|
source=(https://github.com/giampaolo/psutil/archive/release-$version.tar.gz)
|
|
md5sum=(a94e4626ed31727b9bca12923dbda692)
|
|
|
|
build() {
|
|
cd psutil-release-$version
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|