# -*- 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 PortSystem 1.0 PortGroup python 1.0 name py-psutil version 5.6.3 revision 0 categories-append devel sysutils platforms darwin license MIT python.versions 27 34 35 36 37 maintainers {stromnov @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 bf7bdc047d8ca5e912602152bb3bd890869789b2 \ sha256 863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3 \ size 435374 if {${name} ne ${subport}} { livecheck.type none }