# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 108334 2013-07-19 22:03:26Z stromnov@macports.org $

PortSystem          1.0
PortGroup           python 1.0

name                py-psutil
version             1.0.1
revision            0
categories-append   devel sysutils
platforms           darwin
license             MIT

python.versions     24 25 26 27 31 32 33

maintainers         stromnov openmaintainer

description         A process utilities module for Python.

long_description    psutil is a module providing an interface for retrieving \
                    information on all running processes and system \
                    utilization (CPU, disk, memory) in a portable way \
                    by using Python, implementing many functionalities \
                    offered by command line tools such as: ps, top, df, \
                    kill, free, lsof, free, netstat, ifconfig, nice, ionice, \
                    iostato, iotop, uptime, tty.

homepage            http://code.google.com/p/psutil/
master_sites        googlecode:psutil

distname            psutil-${version}

checksums           rmd160  0b0efc89b7ba972ed186f882ee09573617e0f292 \
                    sha256  2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff

if {$subport != $name} {
    livecheck.type      none
}
