[76511] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Sat Feb 26 12:10:08 PST 2011


Revision: 76511
          http://trac.macports.org/changeset/76511
Author:   singingwolfboy at macports.org
Date:     2011-02-26 12:09:50 -0800 (Sat, 26 Feb 2011)
Log Message:
-----------
New port: py27-scss

Added Paths:
-----------
    trunk/dports/python/py27-scss/
    trunk/dports/python/py27-scss/Portfile

Added: trunk/dports/python/py27-scss/Portfile
===================================================================
--- trunk/dports/python/py27-scss/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-scss/Portfile	2011-02-26 20:09:50 UTC (rev 76511)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-scss
+set real_name       scss
+version             0.6.3
+license             LGPL
+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://packages.python.org/${real_name}/
+master_sites        http://pypi.python.org/packages/source/s/${real_name}
+distname            ${real_name}-${version}
+
+depends_lib-append  port:py27-parsing
+
+checksums           md5     40cebd44d725f31ac0b27e74d3c32f7a \
+                    sha1    1ab7a48ef8a167c0cfe390c629248b97bd83202b \
+                    rmd160  611f98c9b1f14afe5cb0a61fd95f299b1d7ded2d
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     {${real_name}-(\d+(?:\.\d+)*)}


Property changes on: trunk/dports/python/py27-scss/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110226/1d11145e/attachment.html>


More information about the macports-changes mailing list