py-progressbar: update to 787b3d4f22b291af29e4f2888a6a74dffd8db0ba

This commit is contained in:
Marius Schamschula
2025-12-09 07:26:29 -06:00
parent f6beb197f0
commit 2f178303d8
+14 -16
View File
@@ -4,36 +4,34 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0
github.setup niltonvolpato python-progressbar 3f63b2f974cbdea4484dfad38a5522d369450d01
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup niltonvolpato python-progressbar 787b3d4f22b291af29e4f2888a6a74dffd8db0ba
name py-progressbar
version 2.5.20180626
version 2.5.20251208
categories-append devel
license LGPL-2.1+
maintainers nomaintainer
platforms {darwin any}
supported_archs noarch
description Text progressbar library for python
description Text progressbar library for python
long_description \
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.
categories-append devel
homepage https://github.com/niltonvolpato/python-progressbar
checksums rmd160 fe6d08f7d30314d2d77acfc867a0587af1e3d8e3 \
sha256 f4ac55c2f4bee572f7219d6208adfeadf011c1e610fe03f56ba1109dbf750ccf \
size 10528
platforms {darwin any}
supported_archs noarch
python.versions 27 310 311 312 313
checksums rmd160 521b127088d808272daf47b69478379aeba2571a \
sha256 da95c65283be1a84ffc0550ee65d65ebfd9ed2e1c74368d4d42745a82eb5aef1 \
size 11587
python.versions 27 310 311 312 313 314
if {${name} ne ${subport}} {
depends_build port:py${python.version}-setuptools
depends_build-append \
port:py${python.version}-pytest-runner
post-destroot {
set docdir ${prefix}/share/doc/${subport}