[105255] trunk/dports/python/py-mako/Portfile

stromnov at macports.org stromnov at macports.org
Mon Apr 15 05:07:22 PDT 2013


Revision: 105255
          https://trac.macports.org/changeset/105255
Author:   stromnov at macports.org
Date:     2013-04-15 05:07:21 -0700 (Mon, 15 Apr 2013)
Log Message:
-----------
py-mako: update to version 0.8.0

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

Modified: trunk/dports/python/py-mako/Portfile
===================================================================
--- trunk/dports/python/py-mako/Portfile	2013-04-15 12:01:53 UTC (rev 105254)
+++ trunk/dports/python/py-mako/Portfile	2013-04-15 12:07:21 UTC (rev 105255)
@@ -5,14 +5,15 @@
 PortGroup           python 1.0
 
 name                py-mako
-version             0.7.3
+version             0.8.0
 revision            0
-python.versions     24 25 26 27 32 33
 categories-append   www
+platforms           darwin
 license             MIT
-platforms           darwin
 supported_archs     noarch
 
+python.versions     24 25 26 27 32 33
+
 maintainers         dh akitada stromnov
 
 description         A super-fast templating language that borrows \
@@ -37,15 +38,18 @@
 
 distname            Mako-${version}
 
-checksums           rmd160  2370ce5720911b4c7d0b1bf317a62b74ed9068b8 \
-                    sha256  49842441d24d88d0ecfc38686d021cb3b1bee7abfc541e9fc7345e4620deeab6
+checksums           rmd160  9feff615ab361e3559fcb337ac9bf0eb6db16c86 \
+                    sha256  9f3b941e799e21775dced0553328fef725cb5e425a803d9f5230a4b39d8b702a
 
 if {$subport != $name} {
-    depends_lib     port:py${python.version}-distribute \
-                    port:py${python.version}-beaker \
-                    port:py${python.version}-markupsafe
+    depends_build-append \
+                        port:py${python.version}-distribute \
+                        port:py${python.version}-beaker \
+                        port:py${python.version}-markupsafe
+
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     "Mako-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "Mako-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130415/39d0e283/attachment.html>


More information about the macports-changes mailing list