Files

43 lines
1.4 KiB
Tcl

# -*- 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 1.4.2 v
github.tarball_from archive
revision 0
name py-qtawesome
supported_archs noarch
platforms {darwin any}
license MIT
maintainers {reneeotten @reneeotten} 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 9c9cc9d184d89545d0d7b9bc4b4628331daefa48 \
sha256 f5c927ffcc52e68cca6813574dc51afc02649095a908ff406a133b2cfcbd9353 \
size 2894579
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_lib-append \
port:py${python.version}-qtpy
depends_test-append \
port:py${python.version}-pytest-qt
test.run yes
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} LICENSE.txt CHANGELOG.md \
README.md ${destroot}${docdir}
}
}