# -*- 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             2.3.1
license             MIT
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

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

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

checksums           rmd160  a6f99e3a209b8b0669803743d9e7adc93fc77fc6 \
                    sha256  fe6e888e12dc16643daa0b108f785df6d0b48420084b5d0a567de27bb09a14d8 \
                    size    16046

python.versions     39 310 311 312 313

python.pep517_backend   flit
