Permalink
Showing
with
36 additions
and 0 deletions.
| @@ -0,0 +1,36 @@ | ||
| # -*- 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-htmlhelp | ||
| version 1.0.2 | ||
| categories-append textproc devel | ||
| platforms darwin | ||
| license BSD | ||
| maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer | ||
|
|
||
| # actual description on https://pypi.org/project/sphinxcontrib-htmlhelp/ | ||
| description sphinx extension which ... | ||
| long_description sphinxcontrib-htmlhelp is a sphinx extension which ... | ||
|
|
||
| homepage http://sphinx-doc.org/ | ||
| master_sites pypi:s/sphinxcontrib-htmlhelp | ||
| distname sphinxcontrib-htmlhelp-${version} | ||
|
|
||
| checksums rmd160 d33e25e6b107f4a58064b6fea6219b51866fc766 \ | ||
| sha256 4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422 \ | ||
| size 25417 | ||
|
|
||
| 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 | ||
| } |