# -*- 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-rich-click python.rootname rich_click version 1.8.2 license MIT supported_archs noarch platforms {darwin any} maintainers {@harens harens} openmaintainer description Format click help output nicely with rich long_description rich-click aims to provide attractive help output from click, \ formatted with rich, with minimal customisation required. homepage https://github.com/ewels/rich-click checksums rmd160 b5fc438017a5afe1536396660725b404d542b8e3 \ sha256 8e29bdede858b59aa2859a1ab1c4ccbd39ed7ed5870262dae756fba6b5dc72e8 \ size 38135 python.versions 39 310 311 312 if {${name} ne ${subport}} { depends_run-append port:py${python.version}-click \ port:py${python.version}-rich }