# $Id: Portfile 114324 2013-12-05 08:44:51Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           github 1.0

github.setup        Kronuz pyScss 1.2.0 v
checksums           rmd160  341ff83bc78b5c785f5e009d744866d6cd342de2 \
                    sha256  0490325a50ad1e4d8defb6e8f422fa559a1c9f06b84048b2e4897a6e139d5c36

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     26 27
python.default_version 27

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

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