# -*- 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.1.20251231
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  cf2d1ca25b9c9d232c6020a2301753cedbc2979d \
                    sha256  dbf9df530b1130e131e4211ed8cea62c08007bfa69faf2883d296bd241d30e4a \
                    size    25620

python.versions     39 310 311 312 313 314
