# -*- 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.0.4 revision 0 platforms darwin license BSD supported_archs noarch python.versions 27 34 35 36 37 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 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} distname ${python.rootname}-${version} checksums rmd160 af88c63490f4c54c4783b9de0e7f0d546cf03120 \ sha256 dfed74b5063546a137de99baaaf742b4de4337ad2b3e1df5ec7c8a256adc0847 \ size 7984 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools \ port:py${python.version}-click livecheck.type none }