mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Portscout fix
- Pet portlint PR: ports/189634 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue