# -*- 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             1.1.0
categories-append   devel
platforms           darwin
license             MIT
supported_archs     noarch

python.versions     27 35 36 37 38 39

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://pypi.python.org/pypi/termcolor

checksums           rmd160  1555f55ff04abff3929dd86215dcd679c3c4813f \
                    sha256  1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b \
                    size    3912

if {$subport ne $name} {
    livecheck.type      none
}
