# -*- 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-htmlhelp
version             1.0.3
revision            0
categories-append   textproc devel
platforms           darwin
supported_archs     noarch
license             BSD
maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer

description         a sphinx extension which renders HTML help files
long_description    sphinxcontrib-htmlhelp is ${description}.

homepage            https://www.sphinx-doc.org/
master_sites        pypi:s/sphinxcontrib-htmlhelp
distname            sphinxcontrib-htmlhelp-${version}

checksums           rmd160  d813957ca7b30468e1a4b473168797a44a3aba9e \
                    sha256  e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b \
                    size    24248

python.versions     35 36 37 38 39

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