# -*- 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-ansicolor
version             0.3.2
categories-append   devel
license             Apache-2
maintainers         {@gpanders gpanders.com:greg} \
                    openmaintainer

description         A library to produce ANSI color output
long_description    A library to produce ANSI color output \
                    and colored highlighting and diffing.

homepage            https://github.com/numerodix/ansicolor

checksums           rmd160  7b54e765e294c2ab6f178958342b39bbd0824646 \
                    sha256  3b840a6b1184b5f1568635b1adab28147947522707d41ceba02d5ed0a0877279 \
                    size    9725

python.versions     37 38 39

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