# -*- 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-qtsass
version             0.3.0
revision            0

categories-append   devel
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer

description         compile SCSS files to Qt stylesheets
long_description    The goal of QtSASS is to be able to generate a Qt-CSS stylesheet based on a 100% valid SASS file.

homepage            https://github.com/spyder-ide/qtsass

checksums           sha256  27c49f63cea9e23a0b9618f71f4a4e992833cd1cfdf78ed832c69ceea1de1fe7 \
                    rmd160  c79b863fed43bec333a533e8292c2805501c7a42 \
                    size    19356

python.versions     27 35 36 37 38 39

if {${name} ne ${subport}} {
    depends_build-append \
                        port:py${python.version}-setuptools
    depends_run-append  port:py${python.version}-libsass

    livecheck.type  none
}
