# -*- 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-click-plugins version 1.1.1 revision 0 license BSD supported_archs noarch platforms {darwin any} python.versions 37 38 39 310 311 312 maintainers {stromnov @stromnov} openmaintainer description An extension module for click to enable registering CLI commands via setuptools entry-points. long_description {*}${description} homepage https://github.com/click-contrib/click-plugins checksums rmd160 143f83706fb8ad3eb91716d9b540e09f929a2bd5 \ sha256 46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b \ size 8164 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-click }