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-qthelp | ||
| version 1.0.2 | ||
| categories-append textproc devel | ||
| platforms darwin | ||
| license BSD | ||
| maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer | ||
|
|
||
| description sphinx extension which outputs QtHelp document | ||
| long_description sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document. | ||
|
|
||
| homepage http://sphinx-doc.org/ | ||
| master_sites pypi:s/sphinxcontrib-qthelp | ||
| distname sphinxcontrib-qthelp-${version} | ||
|
|
||
| checksums rmd160 6aa1ee00851bf48b612bb4197387ee9f096595a3 \ | ||
| sha256 79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f \ | ||
| size 17804 | ||
|
|
||
| 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 | ||
| } |