You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
31 lines
1.0 KiB
Tcl
31 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
|
|
revision 0
|
|
platforms darwin
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
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
|
|
livecheck.type none
|
|
}
|