# -*- 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-termcolor
version             3.3.0
revision            0

categories-append   devel
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313 314
python.pep517_backend   hatch

maintainers         {stromnov @stromnov} openmaintainer

description         ANSII Color formatting for output in terminal.
long_description    termcolor is a Python module to format colored output in terminal.

homepage            https://github.com/termcolor/termcolor

checksums           rmd160  82fa7e0f66cb9fe24a0b1458e44231db18b3fcc2 \
                    sha256  348871ca648ec6a9a983a13ab626c0acce02f515b9e1983332b17af7979521c5 \
                    size    14434

if {$subport ne $name} {
    depends_build-append \
                        port:py${python.version}-hatch-vcs
}
