- Portscout fix

- Pet portlint

PR:		ports/189634
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
Steve Wills 2014-05-12 15:49:02 +00:00
parent 3342beb24d
commit 4d480e3b9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353843
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= psutil
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,6 +14,8 @@ COMMENT= Process utilities module for Python
LICENSE= BSD3CLAUSE
PORTSCOUT= limit:^1\.2\.
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes

View file

@ -3,5 +3,4 @@ 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/