diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-04 17:59:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-04 17:59:45 +0000 |
commit | c3a379d27fd5cfd721f86293fe7eedde460ee0bb (patch) | |
tree | e360a2d147cd6290e7627ac2b54ce077682610ec /sysutils/py-psutil | |
parent | 62019c00f2d0fd0bb8a262527f0f87c1a65f6c47 (diff) |
Notes
Diffstat (limited to 'sysutils/py-psutil')
-rw-r--r-- | sysutils/py-psutil/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-psutil/distinfo | 4 | ||||
-rw-r--r-- | sysutils/py-psutil/pkg-descr | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index b8a210be8f2c..2d5900e16e4e 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 975338c7b182..ae4e19237dcf 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,2 +1,2 @@ -SHA256 (psutil-3.2.0.tar.gz) = 06f9d255f8b12a6a04aa2b468ec453c539f54a464d110b3458c32b0152a5c943 -SIZE (psutil-3.2.0.tar.gz) = 251988 +SHA256 (psutil-3.2.2.tar.gz) = f9d848e5bd475ffe7fa3ab1c20d249807e648568af64bb0058412296ec990a0c +SIZE (psutil-3.2.2.tar.gz) = 253502 diff --git a/sysutils/py-psutil/pkg-descr b/sysutils/py-psutil/pkg-descr index 4d57d82724ec..b702b16d09c7 100644 --- a/sysutils/py-psutil/pkg-descr +++ b/sysutils/py-psutil/pkg-descr @@ -1,7 +1,7 @@ -psutil is a module providing an interface for retrieving information -on running processes and system utilization (CPU, memory) in a portable -way by using Python, implementing many functionalities offered by tools -like ps, top and Windows task manager. +psutil is a module providing an interface for retrieving information on running +processes and system utilization (CPU, memory) in a portable way by using +Python, implementing many functionalities offered by tools like ps, top and +Windows task manager. +WWW: https://pypi.python.org/pypi/psutil WWW: https://github.com/giampaolo/psutil -WWW: https://pypi.python.org/pypi/psutil/ |