# $Id: Portfile 83463 2011-09-02 00:29:46Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-scss
set real_name       pyScss
version             1.0.8
license             MIT
categories-append   www devel
maintainers         singingwolfboy 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
supported_archs     noarch

homepage            http://github.com/Kronuz/${real_name}
master_sites        http://pypi.python.org/packages/source/p/${real_name}
distname            ${real_name}-${version}

checksums           md5     a9f3c24a3a9e805618456235b5773743 \
                    sha1    6b9aba2679a027e4bbaeaed3ad6470280ae273a8 \
                    rmd160  369e84205910b0e0a381935322d63d1e134d91dd

livecheck.type      regex
livecheck.url       ${master_sites}
livecheck.regex     {${real_name}-(\d+(?:\.\d+)*)}
