# -*- 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             7.1.0
revision            0
checksums           rmd160  9aaf929bdb3279f4eae65abebce5448c2fdfdd13 \
                    sha256  655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2 \
                    size    497660

categories-append   devel sysutils
license             MIT

python.versions     27 39 310 311 312 313 314

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

if {${name} ne ${subport}} {

    if {${python.version} eq 27} {
        version             6.1.1
        revision            0
        checksums           rmd160  87793f2406bfc5f2364d50ae0d78b03d8b87b6d7 \
                            sha256  cf8496728c18f2d0b45198f06895be52f36611711746b7f30c464b422b50e2f5 \
                            size    508502
    }

    livecheck.type      none
}
