aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-psutil121
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-05-12 15:49:02 +0000
committerSteve Wills <swills@FreeBSD.org>2014-05-12 15:49:02 +0000
commit4d480e3b9ebab5de24012972c7e3e665989c6258 (patch)
tree8c1b37b21f6a3345b4d65a85ca3b3408304f9b4d /sysutils/py-psutil121
parent3342beb24d8c0afa41fa91b474ea2f37fc089d1b (diff)
downloadports-4d480e3b9ebab5de24012972c7e3e665989c6258.tar.gz
ports-4d480e3b9ebab5de24012972c7e3e665989c6258.zip
- Portscout fix
- Pet portlint PR: ports/189634 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Notes
Notes: svn path=/head/; revision=353843
Diffstat (limited to 'sysutils/py-psutil121')
-rw-r--r--sysutils/py-psutil121/Makefile3
-rw-r--r--sysutils/py-psutil121/pkg-descr1
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/py-psutil121/Makefile b/sysutils/py-psutil121/Makefile
index 619453278776..cd028de83833 100644
--- a/sysutils/py-psutil121/Makefile
+++ b/sysutils/py-psutil121/Makefile
@@ -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
diff --git a/sysutils/py-psutil121/pkg-descr b/sysutils/py-psutil121/pkg-descr
index 335bf2c59149..d19e13f68601 100644
--- a/sysutils/py-psutil121/pkg-descr
+++ b/sysutils/py-psutil121/pkg-descr
@@ -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/