description Text progressbar library for python
This library provides a text mode progressbar. This is typically used to \
display the progress of a long running operation, providing a visual clue \
that processing is underway.
homepage https://code.google.com/p/python-progressbar/
master_sites googlecode:python-progressbar
distname progressbar-${version}
checksums rmd160 54da4c737c6e012804fcbca215f4be196b441a4a \
sha256 00a316c1a99b70a803d7430fd088da24f37dbfb64f81c4772b97fbc1e8031de4
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt ${destroot}${docdir}
livecheck.regex python-progressbar.googlecode.com/files/progressbar-(\\d(\\.\\d+)+)