# -*- 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-colorama
version             0.4.15.20250801
revision            0

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

description         This is a PEP 561 type stub package for the colorama package

long_description    \
    {*}${description}. It can be used by type-checking tools like mypy, \
    pyright, pytype, PyCharm, etc. to check code that uses colorama.

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

distname            types_colorama-${version}

checksums           rmd160  9a95c1cd78b0fa8e90b2e4a619c8afe0fb7325d8 \
                    sha256  02565d13d68963d12237d3f330f5ecd622a3179f7b5b14ee7f16146270c357f5 \
                    size    10437

python.versions     310 311 312 313 314
