           SPELL=django-compression-middleware
         VERSION=0.3.1
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.org/packages/source/d/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:7065c33f30b79136964c5779969cfa97a64eb8b93a57d34ab4acdea51c862175f5164b267cdbd8df8b757c4d0eb9764edcdcd01bbcee59fcfa8f2bfd1b247d90
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://github.com/friedelwolff/django-compression-middleware
         ENTERED=20200607
      LICENSE[0]=BSD
           SHORT="Django middleware to compress responses using several algorithms"
cat << EOF
This middleware implements compressed content encoding for HTTP. It is similar
to Django's GZipMiddleware (documentation), but additionally supports other
compression methods.
EOF
