# -*- 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.4.6 revision 0 categories-append devel sysutils platforms darwin license MIT python.versions 27 34 35 36 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 efb7bcccde535eb164cc686eef3603ad10980a7e \ sha256 686e5a35fe4c0acc25f3466c32e716f2d498aaae7b7edc03e2305b682226bcf6 \ size 418059 if {${name} ne ${subport}} { livecheck.type none }