# -*- 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 name py-columnize version 0.3.6 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. homepage https://code.google.com/p/pycolumnize master_sites https://pypi.python.org/packages/source/c/columnize distname columnize-${version} checksums rmd160 10884a124e5b55b5fadf10355bf624178e46212d \ sha256 2a6004a1076dddf711c222fae4c165d17f86c14c00de37b738fa7c1d2b539e9d python.versions 27 34 if {${subport} ne ${name}} { depends_build-append port:py${python.version}-nose \ port:py${python.version}-setuptools livecheck.type none } else { livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex {columnize-(\d(?:\.\d+)+)} }