# -*- 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.4.0
revision            0

categories-append   devel
supported_archs     noarch
platforms           {darwin any}
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  8341c6d2690f75d651916dcaf96b4fa8c6dc54ef1d96bbc39958cbaa475fbf41 \
                    rmd160  7409e79b311098d6fa8d087642d1bd7d670b1407 \
                    size    25595

python.versions     310 311 312 313

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