# -*- 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-coloredlogs
version             15.0
checksums           rmd160  95b85be648929d6cb0d7a93edd9b29acbc17831d \
                    sha256  5e78691e2673a8e294499e1832bb13efcfb44a86b92e18109fa18951093218ab \
                    size    278159

categories-append   devel
platforms           darwin
license             MIT
maintainers         {ijackson @JacksonIsaac} openmaintainer
supported_archs     noarch

description         Colored terminal output for Python's logging module
long_description    The coloredlogs package enables colored terminal \
    output for Python’s logging module.
homepage            https://coloredlogs.readthedocs.io/

python.versions     36 37 38 39

if {${name} ne ${subport}} {
    depends_lib-append  \
        port:py${python.version}-humanfriendly \
        port:py${python.version}-setuptools
    livecheck.type  none
}
