# $Id: Portfile 106911 2013-06-11 14:40:14Z jmr@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        Kronuz pyScss 1.1.5 v
checksums           rmd160  ab7c0e33a3f0b193471fac697196ee98f8d7f178 \
                    sha256  ce7ab89a2fd233901bb8d3ff14cd022a01657237cb196ba5dc86b17df995363f

name                py-scss
license             MIT
categories-append   www devel
maintainers         cal openmaintainer

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.

platforms           darwin

python.versions     25 26 27
python.default_version 27

if {$subport != $name} {
    livecheck.type          none

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