[106251] trunk/dports/python

cal at macports.org cal at macports.org
Mon May 20 08:25:22 PDT 2013


Revision: 106251
          https://trac.macports.org/changeset/106251
Author:   cal at macports.org
Date:     2013-05-20 08:25:22 -0700 (Mon, 20 May 2013)
Log Message:
-----------
py-scss: unify, update to 1.1.5

Modified Paths:
--------------
    trunk/dports/python/py-scss/Portfile

Added Paths:
-----------
    trunk/dports/python/py-scss/

Removed Paths:
-------------
    trunk/dports/python/py25-scss/
    trunk/dports/python/py27-scss/

Modified: trunk/dports/python/py-scss/Portfile
===================================================================
--- trunk/dports/python/py27-scss/Portfile	2013-05-19 18:09:26 UTC (rev 106223)
+++ trunk/dports/python/py-scss/Portfile	2013-05-20 15:25:22 UTC (rev 106251)
@@ -1,14 +1,18 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
 
-name                py27-scss
-set real_name       pyScss
-version             1.0.8
+github.setup        Kronuz pyScss 1.1.5 v
+checksums           rmd160  ab7c0e33a3f0b193471fac697196ee98f8d7f178 \
+                    sha256  ce7ab89a2fd233901bb8d3ff14cd022a01657237cb196ba5dc86b17df995363f
+
+name                py-scss
 license             MIT
 categories-append   www devel
-maintainers         nomaintainer
+maintainers         cal openmaintainer
+
 description         SCSS compiler for Python
 long_description \
     SCSS (Sassy CSS) makes CSS fun again. SCSS is an extension of CSS3, \
@@ -17,18 +21,12 @@
     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}
+python.versions     25 26 27
+python.default_version 27
 
-checksums           md5     a9f3c24a3a9e805618456235b5773743 \
-                    sha1    6b9aba2679a027e4bbaeaed3ad6470280ae273a8 \
-                    rmd160  369e84205910b0e0a381935322d63d1e134d91dd
+if {$subport != $name} {
+    livecheck.type          none
 
-depends_build       port:py27-distribute
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     {${real_name}-(\d+(?:\.\d+)*)}
+    depends_build-append    port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130520/6cf9be1b/attachment.html>


More information about the macports-changes mailing list