# -*- 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-loguru
version             0.5.3
platforms           darwin
license             MIT
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    openmaintainer

description         Python logging made (stupidly) simple
long_description    {*}${description}. Loguru is a library \
                    which aims to bring enjoyable logging in Python.

homepage            https://loguru.readthedocs.io/en/stable/index.html

checksums           rmd160 a0450cb82e158fcb657dcc3ce6cde30e04fdc316 \
                    sha256 b28e72ac7a98be3d28ad28570299a393dfcd32e5e3f6a353dec94675767b6319 \
                    size   122800

python.versions     38 39

if {${name} ne ${subport}} {

    depends_build-append \
                        port:py${python.version}-setuptools

    livecheck.type      none
}
