diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-02-14 10:44:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-14 10:44:48 +0700 |
commit | 6b4ae8165b75b653359e895a4a0a2549a2d5158e (patch) | |
tree | 4e71e77842cac75ccc61c3af90d2a8149adb948b /python | |
parent | 7f21e02b63524683d1b46627d64882db4ccfd2c9 (diff) |
python/psutil: Updated for version 2.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/psutil/psutil.SlackBuild | 12 | ||||
-rw-r--r-- | python/psutil/psutil.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild index 8bf65f384ba1..80b1aa7e1434 100644 --- a/python/psutil/psutil.SlackBuild +++ b/python/psutil/psutil.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for psutil -# Copyright 2012-2014 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2012-2015 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:-2.2.0} +VERSION=${VERSION:-2.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,10 +50,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/python/psutil/psutil.info b/python/psutil/psutil.info index a9746a0d9ac9..ed1ff7311291 100644 --- a/python/psutil/psutil.info +++ b/python/psutil/psutil.info @@ -1,8 +1,8 @@ PRGNAM="psutil" -VERSION="2.2.0" +VERSION="2.2.1" HOMEPAGE="http://code.google.com/p/psutil/" -DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-2.2.0.tar.gz" -MD5SUM="b8f5ce3c47edc5e4491ef05a61387116" +DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-2.2.1.tar.gz" +MD5SUM="1a2b58cd9e3a53528bb6148f0c4d5244" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |