          MODULE=python2-msgpack
         VERSION=1.0.0
          SOURCE=msgpack-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/msgpack/msgpack-python/archive/v${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/msgpack-python-$VERSION
      SOURCE_VFY=sha256:420458874288b4ac0956f38c90b7d1043fcfd99deacd99563f166463ba0c514c
        WEB_SITE=https://msgpack.org/
            TYPE=python2
        REPLACES=msgpack
         ENTERED=20180213
         UPDATED=20200425
           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
