# -*- 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 # $Id$ PortSystem 1.0 PortGroup python 1.0 PortGroup github 1.0 github.setup spyder-ide qtawesome 0.3.3 v name py-qtawesome license MIT platforms darwin supported_archs noarch maintainers eborisch openmaintainer description Iconic Fonts in PyQt and PySide applications. long_description QtAwesome enables iconic fonts such as Font Awesome and \ Elusive Icons in PyQt and PySide applications. checksums \ rmd160 c919e39f866431c93862b82871892b797ecb0632 \ sha256 e8b31ec91d0b1a5917dec46e15b22d33a4db55e6451fb24be389cf42440fe4e7 python.versions 27 34 35 if {${name} ne ${subport}} { livecheck.type none depends_build-append port:py${python.version}-setuptools depends_lib-append port:py${python.version}-qtpy \ port:py${python.version}-six post-destroot { file mkdir ${destroot}${prefix}/share/doc/${subport} copy ${worksrcpath}/LICENSE \ ${destroot}${prefix}/share/doc/${subport} } }