          MODULE=python-msgpack
         VERSION=1.1.1
          SOURCE=msgpack-$VERSION.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/m/msgpack/
      SOURCE_VFY=sha256:77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd
SOURCE_DIRECTORY=$BUILD_DIRECTORY/msgpack-$VERSION
        WEB_SITE=https://msgpack.org/
         ENTERED=20191214
         UPDATED=20250718
           SHORT="An efficient binary serialization format"

cat << EOF
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller. Small
integers are encoded into a single byte, and typical short strings require only
one extra byte in addition to the strings themselves.
EOF
