# -*- 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-colored
version             1.4.2
platforms           darwin
license             MIT
maintainers         nomaintainer

description         Simple library for color and formatting to terminal
long_description    {*}${description}

homepage            https://gitlab.com/dslackw/colored

checksums           rmd160  0e45f2009c5a3ab2f8ca81cdbcc5b223346588e4 \
                    sha256  056fac09d9e39b34296e7618897ed1b8c274f98423770c2980d829fd670955ed \
                    size    56694

python.versions     38 39

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