[Lunar-commits] <moonbase> Jinja2: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jan 8 14:13:33 CET 2012


commit c1b792ab0ba92b4ef00cecdf84365c8896b39658
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 8 08:13:33 2012 -0500

    Jinja2: Adding to moonbase.
---
 python/Jinja2/BUILD   |    8 ++++++++
 python/Jinja2/DEPENDS |    1 +
 python/Jinja2/DETAILS |   26 ++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/python/Jinja2/BUILD b/python/Jinja2/BUILD
new file mode 100644
index 0000000..07e4dc4
--- /dev/null
+++ b/python/Jinja2/BUILD
@@ -0,0 +1,8 @@
+(
+
+ python setup.py build    &&
+ prepare_install          &&
+ python setup.py install --root=/
+
+) > $C_FIFO 2>&1
+
diff --git a/python/Jinja2/DEPENDS b/python/Jinja2/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/Jinja2/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/Jinja2/DETAILS b/python/Jinja2/DETAILS
new file mode 100644
index 0000000..5be708e
--- /dev/null
+++ b/python/Jinja2/DETAILS
@@ -0,0 +1,26 @@
+          MODULE=Jinja2
+         VERSION=2.6
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://pypi.python.org/packages/source/J/Jinja2/
+      SOURCE_VFY=sha1:f122aeb324b2009bbcee341d0f001a047ac4bbe5
+        WEB_SITE=http://jinja.pocoo.org/docs/
+         ENTERED=20120108
+         UPDATED=20120108
+           SHORT="templating language for Python"
+
+cat << EOF
+Jinja2 is a modern and designer friendly templating language for Python, 
+modelled after Django?s templates. It is fast, widely used and secure with a
+optional sandboxed template execution environment.
+
+Features:
+
+    sandboxed execution
+    powerful automatic HTML escaping system for XSS prevention
+    template inheritance
+    compiles down to the optimal python code just in time
+    optional ahead of time template compilation
+    easy to debug. Line numbers of exceptions directly point to the correct line in the template.
+    configurable syntax
+
+EOF


More information about the Lunar-commits mailing list