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