diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-06-10 20:24:47 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:15:44 +0100 |
commit | a9188e676b1a6afb0714d9697a7c08331e7886de (patch) | |
tree | e57cb3cc86298613894c82f2bbc065905b813a99 | |
parent | 7b2a441052c0bcae91c48850304cac856d8a55b5 (diff) | |
download | slackbuilds-a9188e676b1a6afb0714d9697a7c08331e7886de.tar.gz |
python/psutil: Updated for version 5.4.6
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
-rw-r--r-- | python/psutil/psutil.SlackBuild | 11 | ||||
-rw-r--r-- | python/psutil/psutil.info | 6 |
2 files changed, 5 insertions, 12 deletions
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild index 36b70a65d4..45881ed670 100644 --- a/python/psutil/psutil.SlackBuild +++ b/python/psutil/psutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for psutil -# Copyright 2012-2017 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=psutil -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,13 +55,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Remove shebangs -find psutil -name "*\.py" | while read line; do - sed -i.orig '/^#!/d' $line - touch -r ${line}.orig $line - rm ${line}.orig -done - python setup.py install --root=$PKG # Install python3 bindings for psutil. Default is no. diff --git a/python/psutil/psutil.info b/python/psutil/psutil.info index ae7dd0c84c..896f886b56 100644 --- a/python/psutil/psutil.info +++ b/python/psutil/psutil.info @@ -1,8 +1,8 @@ PRGNAM="psutil" -VERSION="5.4.0" +VERSION="5.4.6" HOMEPAGE="https://github.com/giampaolo/psutil" -DOWNLOAD="https://github.com/giampaolo/psutil/archive/release-5.4.0/psutil-release-5.4.0.tar.gz" -MD5SUM="38c7e18b63ef0af76720a72119f4b2e1" +DOWNLOAD="https://github.com/giampaolo/psutil/archive/release-5.4.6/psutil-release-5.4.6.tar.gz" +MD5SUM="32d606eebd13ceea0fa1231c42f8548a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |