python/psutil: Updated for version 2.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2015-02-14 10:44:48 +07:00 committed by Willy Sudiarto Raharjo
parent 7f21e02b63
commit 6b4ae8165b
2 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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=""