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

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

description         Yaspin is a lightweight terminal spinner for Python with safe pipes and redirects
long_description    {*}${description}. It provides a full-featured terminal spinner to show the progress \
                    during long-hanging operations.

homepage            https://pypi.org/project/yaspin/

checksums           rmd160 67fc325e76f202c9c496cd06439869e3e7f4b362 \
                    sha256 d8fc9bc1c8be225877ea6e2e08fec96c2b52e233525a5c40b92d373f015439c6 \
                    size   36937

python.versions     38 39

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

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

    livecheck.type      none
}
