# -*- 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$ PortSystem 1.0 PortGroup python 1.0 name py-psutil version 4.4.2 revision 0 categories-append devel sysutils platforms darwin license MIT python.versions 27 34 35 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 https://github.com/giampaolo/psutil master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 a53921a28a688076c11e44800f5035915039ecbc \ sha256 1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07 if {${name} ne ${subport}} { livecheck.type none } else { livecheck.type pypi }