summaryrefslogtreecommitdiff
path: root/python3-psutil
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-11-14 15:11:33 -0600
committerMatt Housh <jaeger@crux.ninja>2020-11-14 15:11:33 -0600
commit71e00d88efd371016987ec327ff80f68a99ca276 (patch)
tree94677bf2abe9adb3b1c338268a7f968da9a508cb /python3-psutil
parent79945f16dd470e72516c67568eb4e356a5d8d196 (diff)
parent145b859b2549fb1fe4eb16a6dc0f9807d2f1b462 (diff)
downloadcontrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.gz
contrib-71e00d88efd371016987ec327ff80f68a99ca276.tar.xz
Merge branch '3.5' into 3.6
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 df294882b..598315490 100644
--- a/python3-psutil/.signature
+++ b/python3-psutil/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3/8VecCvG6vHOcd4r+uqP0fHMe4dh6qcxa1x12hZLUvMsuDiO+xz9QcSY5NJEUVfb3DkQihWDIzZFPZsHlF1XwM=
-SHA256 (Pkgfile) = cb4e0f58a19f00588ada70a691d7a1aa7bd0bfa0c0d068089310beffc96ab27e
+RWSagIOpLGJF35OOwzE18HIG8Fd2T18qtlcm09u9h6aOLB8SR+G1/z0QwbtI+R77jubEFL5jCllg6VSTAQ4ZH4BBpJM+rwWmaAs=
+SHA256 (Pkgfile) = 17a9abf85cf36bfd694f271160d050878c44fa3bc450266c907fa4d59daabae7
SHA256 (.footprint) = cb3565ab91f93237bd41e1600c8b5f3ba2b8dc42136d8aed715e3b0ad32b571d
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