[39857] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Mon Sep 8 17:02:31 PDT 2008


Revision: 39857
          http://trac.macports.org/changeset/39857
Author:   ryandesign at macports.org
Date:     2008-09-08 17:02:31 -0700 (Mon, 08 Sep 2008)
Log Message:
-----------
py25-jinja: new port, version 1.2; closes #16469

Added Paths:
-----------
    trunk/dports/python/py25-jinja/
    trunk/dports/python/py25-jinja/Portfile

Added: trunk/dports/python/py25-jinja/Portfile
===================================================================
--- trunk/dports/python/py25-jinja/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-jinja/Portfile	2008-09-09 00:02:31 UTC (rev 39857)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-jinja
+version             1.2
+categories-append   devel
+maintainers         rick at wzoeterwoude.net
+description         Python based sandboxed template engine
+long_description \
+    Jinja is a sandboxed template engine written in pure Python licensed\
+    under the BSD license. It provides a Django-like non-XML syntax and\
+    compiles templates into executable python code. It's basically a\
+    combination of Django templates and python code.
+
+platforms           darwin
+
+homepage            http://sphinx.pocoo.org/
+master_sites        http://pypi.python.org/packages/source/J/Jinja/
+distname            Jinja-${version}
+
+checksums           md5 1235a005ade00b213800ff1e798c0241 \
+                    sha1 46fcf22ce2a1d432296ebfe16bcf11ce17f5c097 \
+                    rmd160 5b0a9ba2241e8ec6417b382384bbe3e1bf4dba8a
+
+depends_lib-append  port:py25-setuptools


Property changes on: trunk/dports/python/py25-jinja/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/20080908/67807b37/attachment.html 


More information about the macports-changes mailing list