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

python.versions     27 35 36 37 38 39

maintainers         {stromnov @stromnov} openmaintainer

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

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

checksums           rmd160  22162b70efe5de13853d22dbe5f8ea7cf6613ee4 \
                    sha256  ebdebdb95e3477ceea267decfc0784859aa3df3e27e22d23b83e9b272bf157ae \
                    size    174201

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

    livecheck.type      none
}
