           SPELL=mako
#          SPELLX=Mako
         VERSION=1.3.10
              VX=9e/38/bd5b78a920a64d708fe6bc8e0a2c075e1389d53bef8413725c63ba041535
     SOURCE_HASH=sha512:33fcf08b35b00ae33dcfb4b9dac4adcc7e0a9d8bdfdf0bc92f6aa13fbc12031e9fc46c910d92803ffa7b31e4ee58209f11cc186e04f9b08bad7ec4bcd309d554
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=https://www.makotemplates.org/
      LICENSE[0]='MIT'
            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
