Skip to content
Permalink
Browse files

py-sphinxcontrib-qthelp: new port

  • Loading branch information
MarcusCalhoun-Lopez committed Apr 13, 2019
1 parent 8b0b673 commit a7629fa440646fb80d11e5497d0bf306be2f2bcb
Showing with 35 additions and 0 deletions.
  1. +35 −0 python/py-sphinxcontrib-qthelp/Portfile
@@ -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
}

0 comments on commit a7629fa

Please sign in to comment.
You can’t perform that action at this time.