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-applehelp | ||
| version 1.0.1 | ||
| categories-append textproc devel | ||
| platforms darwin | ||
| license BSD | ||
| maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer | ||
|
|
||
| description sphinx extension which outputs Apple help books | ||
| long_description sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books. | ||
|
|
||
| homepage http://sphinx-doc.org/ | ||
| master_sites pypi:s/sphinxcontrib-applehelp | ||
| distname sphinxcontrib-applehelp-${version} | ||
|
|
||
| checksums rmd160 c4afa2e1711623167a2d880c849fc91b59ba035b \ | ||
| sha256 edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897 \ | ||
| size 22086 | ||
|
|
||
| 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 | ||
| } |