mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/psutil: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
498d927ecd
commit
fe360d6566
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for psutil
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=psutil
|
PRGNAM=psutil
|
||||||
VERSION=${VERSION:-1.2.1}
|
VERSION=${VERSION:-2.1.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="psutil"
|
PRGNAM="psutil"
|
||||||
VERSION="1.2.1"
|
VERSION="2.1.0"
|
||||||
HOMEPAGE="http://code.google.com/p/psutil/"
|
HOMEPAGE="http://code.google.com/p/psutil/"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-1.2.1.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-2.1.0.tar.gz"
|
||||||
MD5SUM="80c3b251389771ab472e554e6c729c36"
|
MD5SUM="ba1f51f4c8e2c74cba48cef70b8a5bec"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="%README%"
|
REQUIRES="%README%"
|
||||||
|
|
Loading…
Reference in a new issue