           SPELL=python-markdown
         VERSION=1.6b
          SOURCE="markdown-${VERSION}.zip"
   SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:76a4a43396308c19ece36a2ea33dcd522cad1c373838f9a4c73fc608bc7dba49c569376c7425b1dc43a824304346c64623dcf52f1a254a224de48eb5709af02f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/markdown-${VERSION}"
        WEB_SITE="http://www.freewisdom.org/projects/python-markdown/"
      LICENSE[0]=GPL
         ENTERED=20070910
           SHORT="a Python implementation of John Gruber's Markdown"
cat << EOF
This is a Python implementation of John Gruber's Markdown. It is almost
completely compliant with the reference implementation, though there are
a few known issues. Python Markdown offers a flexible extension mechanism,
which makes it possible to change the behavior of the module without having
to edit the actual script files.
EOF
