Files
2025-10-14 12:11:55 -04:00

34 lines
1.1 KiB
Tcl

# -*- 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-columnize
version 0.3.11
revision 0
platforms {darwin any}
supported_archs noarch
license MIT
maintainers {reneeotten @reneeotten} openmaintainer
description Format a simple list into aligned columns
long_description A Python module to format a simple (i.e. not \
nested) list into aligned columns. A string with \
embedded newline characters is returned.
checksums rmd160 d1588389d8023710d1030d29c56a8bfe774a0280 \
sha256 a631b863b310a6c1457629b7bf32a3777ea5a407f8985311ce8c24c31d1d8bb2 \
size 18776
homepage https://github.com/rocky/pycolumnize
python.versions 310 311 312 313 314
if {${subport} ne ${name}} {
test.run yes
depends_test-append \
port:py${python.version}-mock
}