diff options
author | Larry Hajali <larryhaja@gmail.com> | 2013-12-08 00:03:54 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:53:02 -0600 |
commit | 1c2ea7381a763323c1d5d56a52696061f327c2be (patch) | |
tree | ec3948edf73d3e4a91b4ce6c746eacc4a8a5efad /python/psutil | |
parent | 05f3cf1c40a10f6f614db4312ae7db10e8593030 (diff) | |
download | slackbuilds-1c2ea7381a763323c1d5d56a52696061f327c2be.tar.gz |
python/psutil: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/psutil')
-rw-r--r-- | python/psutil/README | 2 | ||||
-rw-r--r-- | python/psutil/psutil.SlackBuild | 2 | ||||
-rw-r--r-- | python/psutil/psutil.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/python/psutil/README b/python/psutil/README index a8cbc03c9e..0b94eeec80 100644 --- a/python/psutil/README +++ b/python/psutil/README @@ -4,4 +4,4 @@ a portable way by using Python, implementing many functionalities offered by command line tools such as: ps, top, df, kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, and pmap. -Optional dependencies are pysetuptools and python3. +Optional: pysetuptools, python3. diff --git a/python/psutil/psutil.SlackBuild b/python/psutil/psutil.SlackBuild index 0733f10f13..95de4f282c 100644 --- a/python/psutil/psutil.SlackBuild +++ b/python/psutil/psutil.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=psutil -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/psutil/psutil.info b/python/psutil/psutil.info index a8dce1962c..24e064ff7b 100644 --- a/python/psutil/psutil.info +++ b/python/psutil/psutil.info @@ -1,8 +1,8 @@ PRGNAM="psutil" -VERSION="1.1.3" +VERSION="1.2.1" HOMEPAGE="http://code.google.com/p/psutil/" -DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-1.1.3.tar.gz" -MD5SUM="845806dcd0b954144b2451f696db85b0" +DOWNLOAD="https://pypi.python.org/packages/source/p/psutil/psutil-1.2.1.tar.gz" +MD5SUM="80c3b251389771ab472e554e6c729c36" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |