# -*- 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.2.6
categories-append   devel
platforms           darwin
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  79136a662ace8831551ad1883da59cb23e54500e \
                    sha256  d17e1b07b9dd7ded31699fbca53ae6cd373584f9b6dcbc124d1f321ebad31f1d \
                    size    6224

python.versions     27 35 36 37 38 39

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

    livecheck.type  none
}
