[106968] trunk/dports/python/py-mustache/Portfile

snc at macports.org snc at macports.org
Wed Jun 12 11:25:02 PDT 2013


Revision: 106968
          https://trac.macports.org/changeset/106968
Author:   snc at macports.org
Date:     2013-06-12 11:25:02 -0700 (Wed, 12 Jun 2013)
Log Message:
-----------
py-mustache: fix livecheck, add python3 versions

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

Modified: trunk/dports/python/py-mustache/Portfile
===================================================================
--- trunk/dports/python/py-mustache/Portfile	2013-06-12 18:17:46 UTC (rev 106967)
+++ trunk/dports/python/py-mustache/Portfile	2013-06-12 18:25:02 UTC (rev 106968)
@@ -18,14 +18,19 @@
     Inspired by ctemplate and et, Mustache is a framework-agnostic way \
     to render logic-free views.
 
-master_sites        http://pypi.python.org/packages/source/p/${real_name}/
+master_sites        https://pypi.python.org/packages/source/p/${real_name}/
 distname            ${real_name}-${version}
 checksums           md5    32beedc4ee01cca737ae8f05e65fb53f \
                     rmd160 0154c38eb7b7db9c7ad69fb3b28aa9c36530e597 \
                     sha256 445c8663291abf11305693ecac7b9f3ff976555f5506ccc05a0353260a5a16dc
 
-python.versions     26 27
+python.versions     26 27 31 32 33
 
 if {$subport != $name} {
     depends_build-append   port:py${python.version}-setuptools
+    livecheck.type          none
+} else {
+    livecheck.type          regex
+    livecheck.regex         ${real_name}-(\\d+(\\.\\d+)+)
+    livecheck.url           ${master_sites}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130612/2fca0ccb/attachment-0001.html>


More information about the macports-changes mailing list