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

description         sphinx extension which outputs Devhelp document
long_description    sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.

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

checksums           rmd160  10ab655ca874f228604f17c7cd521f0bcb1f446f \
                    sha256  ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4 \
                    size    17398

python.versions     35 36 37 38 39 310

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