# -*- 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 1.2.0 license BSD platforms darwin supported_archs noarch maintainers {@xeron gmail.com:xeron.oskom} openmaintainer 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 27 34 35 36 37 homepage https://pypi.python.org/pypi/${python.rootname}/ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname cli_helpers-${version} checksums rmd160 1c466f1914accc5a5aeb308cac521090d56651b7 \ sha256 d211192b4d5a61de0020c516213ba67bbf1662ccd8c0624e6696dedb1a9d3e5d \ size 30843 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-pygments \ port:py${python.version}-tabulate \ port:py${python.version}-terminaltables if {${python.version} eq 27} { depends_lib-append port:py${python.version}-backports.csv \ } livecheck.type none } else { livecheck.type pypi }