mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0.1
- Add LICENSE - Remove leading indefinite article from COMMENT Changes: https://code.google.com/p/psutil/source/browse/HISTORY
This commit is contained in:
parent
5eb0c1c3bc
commit
c59171443b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322912
3 changed files with 9 additions and 4 deletions
|
@ -2,13 +2,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= psutil
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= A process utilities module for Python
|
||||
COMMENT= Process utilities module for Python
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (psutil-0.7.1.tar.gz) = c56a9450ecf6a459103c609752e2e5e620e1f19b1d5150f2afcadc6d62d1b55d
|
||||
SIZE (psutil-0.7.1.tar.gz) = 140287
|
||||
SHA256 (psutil-1.0.1.tar.gz) = 2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff
|
||||
SIZE (psutil-1.0.1.tar.gz) = 159515
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
%%PYTHON_SITELIBDIR%%/psutil/_psposix.py
|
||||
%%PYTHON_SITELIBDIR%%/psutil/_psposix.pyc
|
||||
%%PYTHON_SITELIBDIR%%/psutil/_psposix.pyo
|
||||
%%PYTHON_SITELIBDIR%%/psutil/_pssunos.py
|
||||
%%PYTHON_SITELIBDIR%%/psutil/_pssunos.pyc
|
||||
%%PYTHON_SITELIBDIR%%/psutil/_pssunos.pyo
|
||||
%%PYTHON_SITELIBDIR%%/psutil/error.py
|
||||
%%PYTHON_SITELIBDIR%%/psutil/error.pyc
|
||||
%%PYTHON_SITELIBDIR%%/psutil/error.pyo
|
||||
|
|
Loading…
Add table
Reference in a new issue