[64648] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Mar 12 12:38:27 PST 2010


Revision: 64648
          http://trac.macports.org/changeset/64648
Author:   singingwolfboy at macports.org
Date:     2010-03-12 12:38:26 -0800 (Fri, 12 Mar 2010)
Log Message:
-----------
Added portfile for pystache

Added Paths:
-----------
    trunk/dports/python/py26-mustache/
    trunk/dports/python/py26-mustache/Portfile

Added: trunk/dports/python/py26-mustache/Portfile
===================================================================
--- trunk/dports/python/py26-mustache/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-mustache/Portfile	2010-03-12 20:38:26 UTC (rev 64648)
@@ -0,0 +1,23 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-mustache
+set mod_name        pystache
+version             0.2.0
+categories-append   www
+platforms           darwin
+maintainers         singingwolfboy openmaintainer
+homepage            http://defunkt.github.com/mustache/
+description         Logic-less templates, implemented in Python.
+long_description    \
+    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/${mod_name}/
+distname            ${mod_name}-${version}
+checksums           md5     e5c514f20ec4199307a813e732d0fbf6 \
+                    sha1    299ae6c43d4fd9c72160d3ab5c42913f19badef2 \
+                    rmd160  06211ee4e621ec9f16308ac4b64d5ff5a1d01a61
+                    
\ No newline at end of file


Property changes on: trunk/dports/python/py26-mustache/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100312/e3f55977/attachment-0001.html>


More information about the macports-changes mailing list