# -*- 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             2.3.0
revision            0
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} 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://github.com/pavdmyt/yaspin

checksums           rmd160 8a3ac6e6c1f6811c11f1b1ba07322298cdbe3040 \
                    sha256 547afd1a9700ac3a29a9f5591c70343bef186ed5dfb5e545a9bb0c77e561a1c9 \
                    size   35361

python.versions     39 310 311

python.pep517_backend poetry

if {${name} ne ${subport}} {
    depends_run-append \
                        port:py${python.version}-termcolor
}
