summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2008-10-31 18:14:27 +0100
committerTreeve Jelbert2008-10-31 18:14:27 +0100
commitfc52b48eac424b48f3c4ef0440ab1ab198d51f98 (patch)
tree9c1d475281d9a7a1b40be42195846131b51256e0
parent54d2a682bd132814be5a161b5a91aa01cf356347 (diff)
mako - new spell
-rwxr-xr-xpython-pypi/mako/DEPENDS3
-rwxr-xr-xpython-pypi/mako/DETAILS21
-rw-r--r--python-pypi/mako/HISTORY3
3 files changed, 27 insertions, 0 deletions
diff --git a/python-pypi/mako/DEPENDS b/python-pypi/mako/DEPENDS
new file mode 100755
index 0000000000..527e65b59d
--- /dev/null
+++ b/python-pypi/mako/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends setuptools &&
+depends beaker
diff --git a/python-pypi/mako/DETAILS b/python-pypi/mako/DETAILS
new file mode 100755
index 0000000000..fff15d1a09
--- /dev/null
+++ b/python-pypi/mako/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=mako
+ SPELLX=Mako
+ VERSION=0.2.2
+ SOURCE_HASH=sha512:7f9b5043986ab98e29f02bd89ef43963b22b406d8370c38135843fc342db6a66484739caf47216a6f1fa8f1f55c2d03471f6f81c3f986e43dd050a2b8c21b091
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/M/$SPELLX/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE=http://www.makotemplates.org/
+ LICENSE[0]='MIT'
+ UPDATED=20081004
+ DOCS='docs/* *.txt'
+ SHORT='template library with non-XML syntax'
+cat << EOF
+Mako is a template library written in Python. It provides a familiar, non-XML syntax which
+compiles into Python modules for maximum performance. Mako's syntax and API borrows from
+the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi.
+Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines
+the familiar ideas of componentized layout and inheritance to produce one of the most
+straightforward and flexible models available, while also maintaining close ties to Python
+calling and scoping semantics.
+EOF
diff --git a/python-pypi/mako/HISTORY b/python-pypi/mako/HISTORY
new file mode 100644
index 0000000000..ee86ae96d9
--- /dev/null
+++ b/python-pypi/mako/HISTORY
@@ -0,0 +1,3 @@
+2008-10-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.2.2
+