# -*- 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-sphinx-click
version             4.4.0
license             MIT
supported_archs     noarch
platforms           {darwin any}

maintainers         {@harens harens} openmaintainer

description         A Sphinx plugin to automatically document click-based applications
long_description    sphinx-click is a Sphinx plugin that allows you to automatically extract \
                    documentation from a click-based application and include it in your docs.

homepage            https://sphinx-click.readthedocs.io/en/latest/

checksums           rmd160 bac7678519735102ae16a0f028fde8183974d906 \
                    sha256 cc67692bd28f482c7f01531c61b64e9d2f069bfcf3d24cbbb51d4a84a749fa48 \
                    size   25564

python.versions     39 310 311

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools \
                        port:py${python.version}-pbr

    depends_run-append  port:py${python.version}-click \
                        port:py${python.version}-docutils \
                        port:py${python.version}-sphinx

    livecheck.type      none
}
