# -*- 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             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 Devhelp document
long_description    sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.

homepage            http://sphinx-doc.org/

checksums           rmd160  9e3dba37a45265a4c64743f1d2f4506138655fbd \
                    sha256  411f5d96d445d1d73bb5d52133377b4248ec79db5c793ce7dbe59e074b4dd1ad \
                    size    12967

python.versions     36 37 38 39 310 311 312 313 314

if {${name} ne ${subport}} {
    depends_run-append \
                        port:py${python.version}-docutils
    if {${python.version} <= 38} {
        version     1.0.2
        revision    0
        checksums   md5 94069c5cdb5079c445f5477fa6107016 \
                    rmd160 10ab655ca874f228604f17c7cd521f0bcb1f446f \
                    sha256 ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4
    } else {
        python.pep517_backend   flit
        distname    sphinxcontrib_devhelp-${version}
    }
    livecheck.type      none
}
