# -*- 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-cliff version 4.7.0 maintainers nomaintainer license Apache-2 supported_archs noarch platforms {darwin any} description Command Line Interface Formulation Framework long_description cliff is a framework for building command line \ programs. It uses setuptools entry points to \ provide subcommands, output formatters, and other \ extensions. homepage https://docs.openstack.org/cliff/latest/ checksums rmd160 370f093748ab5b28e5f6776cadde5e23e717826b \ sha256 6ca45f8df519bbc0722c61049de7b7e442a465fa7f3f552b96d735fa26fd5b26 \ size 84250 python.versions 38 39 310 311 312 if {${subport} ne ${name}} { depends_build-append \ port:py${python.version}-pbr if {${python.version} < 310} { depends_lib-append port:py${python.version}-importlib-metadata } depends_run-append \ port:py${python.version}-autopage \ port:py${python.version}-cmd2 \ port:py${python.version}-prettytable \ port:py${python.version}-stevedore \ port:py${python.version}-yaml }