# -*- 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-types-psutil
version             7.2.2.20260130
revision            0

categories-append   devel
license             Apache-2
supported_archs     noarch
platforms           {darwin any}
maintainers         nomaintainer

description         Typing stubs for psutil
long_description    {*}${description}. Typeshed contains external type \
                    annotations for the Python standard library and \
                    Python builtins, as well as third party packages \
                    as contributed by people external to those projects. \
                    This data can e.g. be used for static analysis, type \
                    checking or type inference.

homepage            https://github.com/python/typeshed

distname            types_psutil-${version}

checksums           rmd160  e8cd8a67fb067cdfa5970e7df14f4caaee65d056 \
                    sha256  15b0ab69c52841cf9ce3c383e8480c620a4d13d6a8e22b16978ebddac5590950 \
                    size    26535

python.versions     39 310 311 312 313 314
