# -*- 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-qstylizer version 0.2.3 revision 0 categories-append devel supported_archs noarch platforms {darwin any} license MIT maintainers {reneeotten @reneeotten} openmaintainer description Qt stylesheet generation utility for PyQt/PySide long_description {*}${description} homepage https://github.com/blambright/qstylizer checksums rmd160 3d0d78f33d6c3f9a4180be4af47d8a33c5b20f31 \ sha256 5f2f5eb2c65c6c45e950462b565fcaa5107a91d1cfc1a85b8e0d831d727ee8f6 \ size 25024 python.versions 38 39 310 311 312 if {${name} ne ${subport}} { # workaround for missing version information in metadata build.env-append PBR_VERSION=${version} destroot.env-append PBR_VERSION=${version} depends_build-append \ port:py${python.version}-pbr depends_run-append \ port:py${python.version}-inflection \ port:py${python.version}-tinycss2 depends_test-append \ port:py${python.version}-pytest-mock test.run yes post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE.txt README.rst ${destroot}${docdir} } }