# -*- 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.1.0
revision            0

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

python.versions     39 310 311 312 313
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  f7a7f3a4a9fcd5a59a86228458583be4967b95f9 \
                    sha256  6a6dd7fbee581909eeec6a756cff1d7f7c376063b14e4a298dc4980309e55970 \
                    size    14324

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