# -*- 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             1.0.3
revision            0
categories-append   textproc devel
platforms           darwin
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            http://sphinx-doc.org/
master_sites        pypi:s/sphinxcontrib-qthelp
distname            sphinxcontrib-qthelp-${version}

checksums           rmd160  b41a6b415c5653b0828009bcd73b18823d3cc1b8 \
                    sha256  4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72 \
                    size    21658

python.versions     35 36 37 38

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools
    depends_run-append \
                        port:py${python.version}-docutils
    livecheck.type      none
}
