           SPELL=python-markdown
          SPELLX=Markdown
         VERSION=3.3.4
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.io/packages/source/M/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:37422619dd8f542bfcf7975c92e76a39e4eeeb42386727d52037869cee1617f8efcb74a382a9c7cb903907ebf3643a27ba0de583bc0dbd327a36e72bbf8520af
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE="https://python-markdown.github.io/"
      LICENSE[0]=BSD
         ENTERED=20070910
           SHORT="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
