This looks the same as py-mustache.

strom...@macports.org wrote:
Revision
    113963 <https://trac.macports.org/changeset/113963>
Author
    strom...@macports.org
Date
    2013-11-26 11:57:50 -0800 (Tue, 26 Nov 2013)


      Log Message

py-pystache: new port


      Added Paths

  * trunk/dports/python/py-pystache/
  * trunk/dports/python/py-pystache/Portfile
    <#trunkdportspythonpypystachePortfile>


      Diff


        Added: trunk/dports/python/py-pystache/Portfile (0 => 113963)


--- trunk/dports/python/py-pystache/Portfile                            (rev 0)
+++ trunk/dports/python/py-pystache/Portfile    2013-11-26 19:57:50 UTC (rev 
113963)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; 
c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-pystache
+version             0.5.3
+revision            0
+categories-append   devel textproc
+platforms           darwin
+license             MIT
+supported_archs     noarch
+
+python.versions     27 33
+
+maintainers         stromnov openmaintainer
+
+description         Mustache for Python
+
+long_description    Pystache is a Python implementation of Mustache. \
+                    Mustache is a framework-agnostic, logic-free templating \
+                    system inspired by ctemplate and et.
+
+homepage            http://github.com/defunkt/pystache
+master_sites        http://pypi.python.org/packages/source/p/pystache/
+
+distname            pystache-${version}
+
+checksums           rmd160  0154c38eb7b7db9c7ad69fb3b28aa9c36530e597 \
+                    sha256  
445c8663291abf11305693ecac7b9f3ff976555f5506ccc05a0353260a5a16dc
+
+if {$subport != $name} {
+    depends_build-append \
+                        port:py${python.version}-setuptools
+    livecheck.type      none
+} else {
+    livecheck.type      regex
+    livecheck.url       ${master_sites}
+    livecheck.regex     {pystache-(\d+(?:\.\d+)*)\.[tz]}
+}
Property changes on: trunk/dports/python/py-pystache/Portfile
___________________________________________________________________


        Added: svn:keywords


        Added: svn:eol-style

_______________________________________________
macports-changes mailing list
macports-chan...@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-changes
_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to