# -*- 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-progressbar2
version             4.5.0
revision            0
categories-append   devel
platforms           any
license             BSD
maintainers         nomaintainer

description         Python Progressbar library to provide visual (yet text-based) progress \
                    to long running operations.
long_description    {*}${description}
homepage            https://github.com/wolph/python-progressbar
supported_archs     noarch
checksums           rmd160  c1ad09e698a05b58eb35b980c9e943f9ce2a624d \
                    sha256  6662cb624886ed31eb94daf61e27583b5144ebc7383a17bae076f8f4f59088fb \
                    size    101449

python.versions     310 311 312 313 314

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