# -*- 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.20240311
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

checksums           rmd160  fd96fc2fd10008e11917d27ab7b40221a74f1a58 \
                    sha256  a28e7f98d17d2b14fb9565d32388e419f4108f557a7d939a66319969b2b99c7a \
                    size    5608

python.versions     39 310 311 312 313
