[106646] trunk/dports/python/py-markupsafe/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jun 3 02:50:37 PDT 2013


Revision: 106646
          https://trac.macports.org/changeset/106646
Author:   stromnov at macports.org
Date:     2013-06-03 02:50:37 -0700 (Mon, 03 Jun 2013)
Log Message:
-----------
py-markupsafe: update to version 0.18

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

Modified: trunk/dports/python/py-markupsafe/Portfile
===================================================================
--- trunk/dports/python/py-markupsafe/Portfile	2013-06-03 08:31:14 UTC (rev 106645)
+++ trunk/dports/python/py-markupsafe/Portfile	2013-06-03 09:50:37 UTC (rev 106646)
@@ -5,13 +5,15 @@
 PortGroup           python 1.0
 
 name                py-markupsafe
-version             0.15
+version             0.18
 revision            0
 categories-append   textproc
+platforms           darwin
 license             BSD
-platforms           darwin
-supported_archs     noarch
 
+python.default_version  27
+python.versions     24 25 26 27 31 32 33
+
 maintainers         perry openmaintainer
 
 description         Implements a XML/HTML/XHTML Markup safe string for Python
@@ -22,16 +24,16 @@
 
 distname            MarkupSafe-${version}
 
-checksums           rmd160  862475bb620c6b92be74a8daa2eafe09a488fcb8 \
-                    sha256  339ec04d20ad9cdccbfe9f38dce6182cc504ce789e5d0f9647eaa752f0f95300
+checksums           rmd160  9773511d83b71a5208d9aa096996894697d8fc89 \
+                    sha256  b7d5d688bdd345bfa897777d297756688cf02e1b3742c56885e2e5c2b996ff82
 
-python.default_version  27
-python.versions     24 25 26 27 31 32 33
-
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute
+
+    livecheck.type          none
+
+} else {
+    livecheck.type          regex
+    livecheck.url           ${master_sites}
+    livecheck.regex         "MarkupSafe-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 }
-
-livecheck.type      regex
-livecheck.url       ${master_sites}
-livecheck.regex     "MarkupSafe-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130603/5b00297e/attachment-0001.html>


More information about the macports-changes mailing list