# -*- 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.2.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  c311a76f87900fdb276ebf37800864c138f4835e \
                    sha256  610e6456feec42c4bcd28934a8c87a06c3fa28b01561d46aa09a9881b8622c58 \
                    size    14423

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