           SPELL=mako
          SPELLX=Mako
         VERSION=0.2.4
     SOURCE_HASH=sha512:2ab2d2244db7ba64e4e5b7f2516da902a1adbe98656fa5c7b95b114f5a2778fc93d29daea5aa925b3fd9ed8709fa5ec3d754f9c0b56e3650404626b732d4304c
          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
