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

description         sphinx extension which outputs Apple help books
long_description    sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.

homepage            http://sphinx-doc.org/
master_sites        pypi:s/sphinxcontrib-applehelp
distname            sphinxcontrib-applehelp-${version}

checksums           rmd160  b0118252ece8c2c37bf7f0effc6af4bededa1477 \
                    sha256  a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58 \
                    size    24548

python.versions     35 36 37 38 39

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