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

description         sphinx extension which renders display math in HTML via JavaScript
long_description    sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.

homepage            http://sphinx-doc.org/

checksums           rmd160  9ff064c88f8f121bd7876ae3f79b4c31f5a9264f \
                    sha256  a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8 \
                    size    5787

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

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