[113963] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Nov 26 11:57:50 PST 2013


Revision: 113963
          https://trac.macports.org/changeset/113963
Author:   stromnov at 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

Added: trunk/dports/python/py-pystache/Portfile
===================================================================
--- 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
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131126/057f9314/attachment-0001.html>


More information about the macports-changes mailing list