# -*- 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-alive-progress version 3.1.5 revision 0 categories-append devel platforms {darwin any} supported_archs noarch license MIT maintainers {@catap korins.ky:kirill} openmaintainer description A new kind of Progress Bar, with real time throughput, ETA and very cool animations! long_description {*}${description} homepage https://github.com/rsalmei/alive-progress checksums rmd160 9cb99b41f94c35c466729abbaa10a1de7509314c \ sha256 42e399a66c8150dc507602dff7b7953f105ef11faf97ddaa6d27b1cbf45c4c98 \ size 111891 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_lib-append \ port:py${python.version}-about-time \ port:py${python.version}-grapheme post-destroot { file delete -force ${destroot}/${python.prefix}/LICENSE } livecheck.type none }