# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup rocky pycolumnize 0.3.8 release- name py-columnize platforms darwin supported_archs noarch license GPL-3+ maintainers nomaintainer 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 522a2d3e89328bca6912931088ab5954322053f8 \ sha256 6c72398302ebecbc19cca01a303ef40a5a7c2e22afb4751c2373a122790e024f python.versions 27 34 if {${subport} ne ${name}} { depends_build-append port:py${python.version}-nose \ port:py${python.version}-setuptools if {${python.version} < 30} { depends_lib-append port:py${python.version}-backports-shutil_get_terminal_size } livecheck.type none }