Permalink
Showing
with
34 additions
and 0 deletions.
| @@ -0,0 +1,34 @@ | ||
| # -*- 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-serializinghtml | ||
| version 1.1.3 | ||
| categories-append textproc devel | ||
| platforms darwin | ||
| license BSD | ||
| maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer | ||
|
|
||
| description sphinx extension which outputs "serialized" HTML files (json and pickle) | ||
| long_description sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle). | ||
|
|
||
| homepage http://sphinx-doc.org/ | ||
| master_sites pypi:s/sphinxcontrib-serializinghtml | ||
| distname sphinxcontrib-serializinghtml-${version} | ||
|
|
||
| checksums rmd160 62ad36be05e2dbccc0a0c1493fd7fd5bec5461b4 \ | ||
| sha256 c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227 \ | ||
| size 15799 | ||
|
|
||
| python.versions 37 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
| depends_build-append \ | ||
| port:py${python.version}-setuptools | ||
| depends_run-append \ | ||
| port:py${python.version}-sphinx | ||
| livecheck.type none | ||
| } else { | ||
| livecheck.type pypi | ||
| } |