# -*- 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-cli-helpers version 2.3.1 revision 0 license BSD supported_archs noarch platforms {darwin any} maintainers nomaintainer description Helpers for building command-line apps long_description CLI Helpers is a Python package that makes it easy \ to perform common tasks when building command-line apps. \ It’s a helper library for command-line interfaces. python.versions 38 39 310 311 312 homepage https://pypi.python.org/pypi/${python.rootname}/ distname cli_helpers-${version} checksums rmd160 30cec0c2269771eedebcfe201ed4e228c2dce0fd \ sha256 b82a8983ceee21f180e6fd0ddb7ca8dae43c40e920951e3817f996ab204dae6a \ size 36246 if {${name} ne ${subport}} { # wcwidth required to enable wide mode in python-tabulate depends_lib-append port:py${python.version}-pygments \ port:py${python.version}-tabulate \ port:py${python.version}-configobj \ port:py${python.version}-wcwidth }