           SPELL=python-zstandard
          SPELLX=${SPELL/python-/}
         VERSION=0.11.1
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=https://pypi.org/packages/source/z/${SPELLX}/${SOURCE}
     SOURCE_HASH=sha512:78cdc5e839ed97cdeb67a4790dddde0b45fe70cef85d96a48688a0daebbf15dfcd74891222a63b1ae6d011b5a74cb5024e877eb1a9c55818fff7122a7139051d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
        WEB_SITE=https://github.com/indygreg/python-zstandard
         ENTERED=20200607
      LICENSE[0]=BSD
           SHORT="Python bindings to the Zstandard (zstd) compression library"
cat << EOF
This project provides Python bindings for interfacing with the Zstandard
compression library. A C extension and CFFI interface are provided.

The primary goal of the project is to provide a rich interface to the
underlying C API through a Pythonic interface while not sacrificing
performance. This means exposing most of the features and flexibility of
the C API while not sacrificing usability or safety that Python provides.
EOF
