# -*- 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             2.7.1
platforms           darwin
license             MIT
supported_archs     noarch

maintainers         {@harens gmail.com:harensdeveloper} \
                    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 87e34166c8bf39044df04c55df707b1d58599d4b \
                    sha256 1b6175df5392564fd3780000d4627e5a2c8c3b29d05ad311dbbe38fcf5f3327b \
                    size   17608

python.versions     38 39

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
}
