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:
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
|
@ -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
|
||||
|
|
20
sysutils/py-psutil121/Makefile
Normal file
20
sysutils/py-psutil121/Makefile
Normal 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>
|
2
sysutils/py-psutil121/distinfo
Normal file
2
sysutils/py-psutil121/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (psutil-1.2.1.tar.gz) = 508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
|
||||
SIZE (psutil-1.2.1.tar.gz) = 167397
|
7
sysutils/py-psutil121/pkg-descr
Normal file
7
sysutils/py-psutil121/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue