# -*- 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-tqdm
version             4.70.0
revision            0

categories-append   devel
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     310 311 312 313 314

maintainers         {stromnov @stromnov} openmaintainer

description         A Fast, Extensible Progress Meter
long_description    {*}${description}

homepage            https://github.com/tqdm/tqdm

checksums           rmd160  670653c27a41a36be69395416d03d0bd236f3665 \
                    sha256  55b0b0dbd97462d06ebee91e4dac24ed4d4702be82b24f07e6c1d27e08cea220 \
                    size    795438

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