# -*- 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.67.0
revision            0
categories-append   devel
license             MIT
supported_archs     noarch
platforms           {darwin any}

python.versions     39 310 311 312 313

maintainers         {stromnov @stromnov} openmaintainer

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

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

checksums           rmd160  f846ba037daae4cd156de50504057b6a3dd1543f \
                    sha256  fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a \
                    size    169739

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