           SPELL=python-markdown
          SPELLX=Markdown
         VERSION=2.5.2
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/M/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:603853586fa61dec7665a4e5ef21549adb0aa4309b0f67aea804bf749ba76ea94b09b17c24a37e25d409575ee149d3baaaf77c3dd4dcf74793c8106830fae28d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE="https://pypi.python.org/pypi/Markdown"
      LICENSE[0]=BSD
         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
