# -*- 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.68.3
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  655e9723a54ea7714814843b13953e182bb0c477 \
                    sha256  00dfa48452b6b6cfae3dd9885636c23d3422d1ec97c66d96818cbd5e0821d482 \
                    size    170596

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