[78058] trunk/dports/python

snc at macports.org snc at macports.org
Thu Apr 21 06:55:37 PDT 2011


Revision: 78058
          http://trac.macports.org/changeset/78058
Author:   snc at macports.org
Date:     2011-04-21 06:55:37 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
py27-mustache:
 * create from py26-mustache
 * add livecheck

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

Added Paths:
-----------
    trunk/dports/python/py27-mustache/

Modified: trunk/dports/python/py27-mustache/Portfile
===================================================================
--- trunk/dports/python/py26-mustache/Portfile	2011-04-21 13:42:26 UTC (rev 78057)
+++ trunk/dports/python/py27-mustache/Portfile	2011-04-21 13:55:37 UTC (rev 78058)
@@ -1,14 +1,15 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
-PortGroup           python26 1.0
+PortGroup           python27 1.0
 
-name                py26-mustache
+name                py27-mustache
 set real_name       pystache
 version             0.3.1
 categories-append   www
 platforms           darwin
-maintainers         singingwolfboy openmaintainer
+maintainers         snc gmail.com:jweede+macports openmaintainer
 homepage            http://defunkt.github.com/mustache/
 description         Logic-less templates, implemented in Python.
 long_description    \
@@ -17,7 +18,9 @@
 
 master_sites        http://pypi.python.org/packages/source/p/${real_name}/
 distname            ${real_name}-${version}
-checksums           md5     f37d4420f00039843f29a4900ff52131 \
-                    sha1    829b5fc7c9819999ddd58fd9d681f776494c2e04 \
+checksums           sha1    829b5fc7c9819999ddd58fd9d681f776494c2e04 \
                     rmd160  e26573c9ffc9a9543e9508344e9d36702288085c
-                    
\ No newline at end of file
+                    
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${real_name}-(\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110421/67376b59/attachment.html>


More information about the macports-changes mailing list