You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
32 lines
1.0 KiB
Tcl
32 lines
1.0 KiB
Tcl
# -*- 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.2
|
|
revision 0
|
|
license BSD
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
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 c088edaf2ef2d151aac5c20493aef78b01528117 \
|
|
sha256 d7af3984a99d243c131aa1a828331e7630f4a88a9741fd05c927b204bcf92261 \
|
|
size 8343
|
|
|
|
distname click_plugins-${version}
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-click
|
|
}
|