# -*- 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-cloup
version             3.1.0
revision            0

categories-append   devel
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         {deldycke.com:kevin @kdeldycke} openmaintainer

description         Adds option groups, constraints, subcommand sections \
                    and help themes to Click
long_description    Cloup extends Click, the Python CLI framework, with \
                    option groups, constraints for group options, \
                    subcommand sections in the help screen and themeable \
                    help formatting.

homepage            https://github.com/janluke/cloup

checksums           rmd160  5026a77b425664f46e216f22e1a165faf793b5fe \
                    sha256  637c1e628fe98f3f20a5e44da591a72b42bf54d7d4527190bf39ed5f64af7585 \
                    size    230167

python.versions     311 312 313 314

if {${name} ne ${subport}} {
    depends_build-append \
                    port:py${python.version}-setuptools_scm
    depends_lib-append \
                    port:py${python.version}-click
}
