          MODULE=python-markupsafe
         VERSION=3.0.2
          SOURCE=markupsafe-${VERSION}.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/m/markupsafe
      SOURCE_VFY=sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/markupsafe-$VERSION
        WEB_SITE=https://pypi.python.org/project/MarkupSafe/
            TYPE=python3
         ENTERED=20211229
         UPDATED=20241026
           SHORT="Safely add untrusted strings to HTML/XML markup"

cat << EOF
MarkupSafe implements a text object that escapes characters so it is
safe to use in HTML and XML. Characters that have special meanings are
replaced so that they display as the actual characters. This mitigates
injection attacks, meaning untrusted user input can safely be displayed
on a page.
EOF
