# -*- 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-sphinxcontrib-qthelp
version             2.0.0
revision            0

categories-append   textproc devel
platforms           {darwin any}
supported_archs     noarch
license             BSD
maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer

description         sphinx extension which outputs QtHelp document
long_description    sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.

homepage            https://sphinx-doc.org/

distname            sphinxcontrib_qthelp-${version}

checksums           rmd160  a0f7b2a0feba48736071aab2e8f27219445e1ae4 \
                    sha256  4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab \
                    size    17165

python.versions     310 311 312 313 314
python.pep517_backend flit

if {${name} ne ${subport}} {
    depends_run-append \
                        port:py${python.version}-docutils
}
