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.

This older version will be required by py-glances.

WWW: http://code.google.com/p/psutil/
WWW: http://pypi.python.org/pypi/psutil/
This commit is contained in:
Steve Wills 2014-03-19 01:08:37 +00:00
parent 7bf5d98f74
commit c80080ba7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348603
4 changed files with 30 additions and 0 deletions

View file

@ -736,6 +736,7 @@
SUBDIR += py-nagiosplugin
SUBDIR += py-plumbum
SUBDIR += py-psutil
SUBDIR += py-psutil121
SUBDIR += py-pytsk
SUBDIR += py-ranger
SUBDIR += py-salt

View file

@ -0,0 +1,20 @@
# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= psutil
PORTVERSION= 1.2.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 121
MAINTAINER= swills@FreeBSD.org
COMMENT= Process utilities module for Python
LICENSE= BSD3CLAUSE
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (psutil-1.2.1.tar.gz) = 508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
SIZE (psutil-1.2.1.tar.gz) = 167397

View file

@ -0,0 +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.
WWW: http://code.google.com/p/psutil/
WWW: http://pypi.python.org/pypi/psutil/