python3-psutil: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:06:10 +00:00
parent 30aa8921ec
commit 43c9731c73
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38+Hu8YLMOd2+qgVxZLk+8W13gl70FBwC4FE4YY4xNQ4s7eXL+ZC/hy5BEJVwUnN23RPx3NfdXbOTNWcBhQSkwU=
SHA256 (Pkgfile) = cb4e0f58a19f00588ada70a691d7a1aa7bd0bfa0c0d068089310beffc96ab27e
RWSagIOpLGJF32WmTdHPYusFfQn/CKnE+AvFjPk336e34CjGQHPQ76h572EFcUSqcjGKa584MmOjQ+UXGBfT/sBphQiRL6Ovmwg=
SHA256 (Pkgfile) = 17a9abf85cf36bfd694f271160d050878c44fa3bc450266c907fa4d59daabae7
SHA256 (.footprint) = 4683705082ab6e57dc312dff8a97404a3ad7a221fff0029ea899720d1999c1fa
SHA256 (python3-psutil-release-5.7.3.tar.gz) = 2d85efdb0efe69e8525427e00dc927d323512704c78743b2ec482dab09c2c7e2

View File

@ -10,7 +10,7 @@ source=(https://github.com/giampaolo/psutil/archive/release-$version/$name-relea
build() {
cd psutil-release-$version
python3 setup.py build --build-lib=build/python
python3 setup.py build --build-lib=build/python \
install --root=$PKG --optimize=1
/usr/bin/python3 setup.py build --build-lib=build/python
/usr/bin/python3 setup.py build --build-lib=build/python \
install --root=$PKG --optimize=1 --skip-build
}