# -*- 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-colorama
version             0.4.4
revision            0

categories-append   devel
license             BSD
platforms           darwin
supported_archs     noarch

maintainers         {g5pw @g5pw} openmaintainer

description         Cross-platform colored terminal text
long_description    ${description} Makes ANSI escape character sequences, for \
                    producing colored terminal text and cursor positioning, work \
                    under MS Windows.

homepage            https://github.com/tartley/colorama

checksums           rmd160  7b2251157a315d0fd9d592b838a32d9bf7a6fddc \
                    sha256  5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b \
                    size    27813

python.versions     27 35 36 37 38 39

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