# -*- 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 PortGroup github 1.0 github.setup spyder-ide qtawesome 0.4.4 v name py-qtawesome license MIT platforms darwin supported_archs noarch maintainers {eborisch @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 fc9bf62858ec1a08ea9bdf385d7ed3f63a7348db \ sha256 d7626cb3986dc62e98d3522216f94a059b9f3f98751a799888bd4697d41e099a python.versions 27 34 35 36 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} } }