From 6b4ae8165b75b653359e895a4a0a2549a2d5158e Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 14 Feb 2015 10:44:48 +0700 Subject: python/psutil: Updated for version 2.2.1. Signed-off-by: Willy Sudiarto Raharjo --- python/psutil/psutil.SlackBuild | 12 ++++++------ python/psutil/psutil.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'python/psutil') diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild index 8bf65f384b..80b1aa7e14 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 +# Copyright 2012-2015 Larry Hajali # 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 a9746a0d9a..ed1ff73112 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="" -- cgit v1.2.3-80-g2a13