summaryrefslogtreecommitdiffstats
path: root/python/psutil/psutil.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2019-10-02 21:07:48 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-10-05 13:51:57 +0700
commit492658bba20c6205c19896c8b7db2bc3aa6a34f1 (patch)
tree39c8d1cf9160d6b7152cfb01435ac0bc52f1654a /python/psutil/psutil.SlackBuild
parent3a43aaa803ba6c5a4b10383d13dfe91da699aa18 (diff)
downloadslackbuilds-492658bba20c6205c19896c8b7db2bc3aa6a34f1.tar.gz
slackbuilds-492658bba20c6205c19896c8b7db2bc3aa6a34f1.tar.xz
python/psutil: Updated for version 5.6.3
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/psutil/psutil.SlackBuild')
-rw-r--r--python/psutil/psutil.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild
index debe00c7c4..c37311562e 100644
--- a/python/psutil/psutil.SlackBuild
+++ b/python/psutil/psutil.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for psutil
-# Copyright 2012-2018 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2012-2019 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.8}
+VERSION=${VERSION:-5.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CREDITS IDEAS LICENSE *.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CREDITS LICENSE *.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install