PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        Kronuz pyScss 1.3.4 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  74dbc73665b743c55005c72ad31063f3b1f83bbe \
                    sha256  56fdd2155b654ce87dcfa173f1806a0dbae68687c942bc82aa08019e00b79d12

name                py-scss
license             MIT
categories-append   www devel
maintainers         nomaintainer

description         SCSS compiler for Python
long_description \
    SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, \
    adding nested rules, variables, mixins, selector inheritance, and more. \
    It’s translated to well-formatted, standard CSS using the command line \
    tool or a web-framework plugin. This is a SCSS compiler for Python.

python.versions     27

if {${name} ne ${subport}} {
    livecheck.type          none

    depends_build-append    port:py${python.version}-setuptools
    depends_lib-append      port:pcre
}
