Permalink
Showing
with
35 additions
and 0 deletions.
| @@ -0,0 +1,35 @@ | ||
| # -*- 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 | ||
| categories-append textproc devel | ||
| platforms darwin | ||
| 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/ | ||
| master_sites pypi:s/sphinxcontrib-jsmath | ||
| distname sphinxcontrib-jsmath-${version} | ||
|
|
||
| checksums rmd160 9ff064c88f8f121bd7876ae3f79b4c31f5a9264f \ | ||
| sha256 a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8 \ | ||
| size 5787 | ||
|
|
||
| python.versions 37 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
| depends_build-append \ | ||
| port:py${python.version}-setuptools | ||
| depends_run-append \ | ||
| port:py${python.version}-sphinx \ | ||
| port:py${python.version}-docutils | ||
| livecheck.type none | ||
| } else { | ||
| livecheck.type pypi | ||
| } |