python/psutil: Updated for version 2.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-04-12 15:14:23 +07:00 committed by Willy Sudiarto Raharjo
parent 498d927ecd
commit fe360d6566
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for psutil
# Copyright 2012-2013 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2012-2014 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:-1.2.1}
VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="psutil"
VERSION="1.2.1"
VERSION="2.1.0"
HOMEPAGE="http://code.google.com/p/psutil/"
DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-1.2.1.tar.gz"
MD5SUM="80c3b251389771ab472e554e6c729c36"
DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-2.1.0.tar.gz"
MD5SUM="ba1f51f4c8e2c74cba48cef70b8a5bec"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"