summaryrefslogtreecommitdiff
path: root/python3-psutil
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:06:10 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:06:10 +0000
commit43c9731c732105bad68edb5266a78aab985560d8 (patch)
tree52d608575a405d8887ab68e498543d9a22e37404 /python3-psutil
parent30aa8921ec4b9e1b10b60676aebb0a0ff2a6f6a7 (diff)
downloadcontrib-43c9731c732105bad68edb5266a78aab985560d8.tar.gz
contrib-43c9731c732105bad68edb5266a78aab985560d8.tar.xz
python3-psutil: updated python syntax
Diffstat (limited to 'python3-psutil')
-rw-r--r--python3-psutil/.signature4
-rw-r--r--python3-psutil/Pkgfile6
2 files changed, 5 insertions, 5 deletions
diff --git a/python3-psutil/.signature b/python3-psutil/.signature
index 489e9b2ef..4d967a186 100644
--- a/python3-psutil/.signature
+++ b/python3-psutil/.signature
@@ -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
diff --git a/python3-psutil/Pkgfile b/python3-psutil/Pkgfile
index 9205a4e44..932bdbe0f 100644
--- a/python3-psutil/Pkgfile
+++ b/python3-psutil/Pkgfile
@@ -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
}

Generated by cgit