           SPELL=msgpack-python
         VERSION=0.4.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="http://pypi.python.org/packages/source/m/${SPELL}/${SOURCE}#md5=a6781bf2b670963c0ff1316976e66b14"
     SOURCE_HASH=sha512:73cae17c08d34bd721828b1759b998372600e26fdfc62c16cb571b5cb41bf1a65ef98af65db0e48da229461f835aa17a547b03b25f407f570e493d8f363ab507
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://msgpack.org/"
      LICENSE[0]=Apache
         ENTERED=20120602
           SHORT="a binary-based efficient object serialization library"
cat << EOF
MessagePack is a binary-based efficient object serialization library. It
enables to exchange structured objects between many languages like JSON. But
unlike JSON, it is very fast and small.
EOF
