           SPELL=python-rencode
          SPELLX=rencode
         VERSION=1.0.6
          SOURCE=$SPELLX-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/aresch/rencode/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:f04de4d3a83aed916bdc4b7a8ca772655e9324d0531ee882cb7d2a1e92b397bdcec8497bf02939e0a806886ecc62ed2e7319dfee054dad1b69052157f0959e8f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
      LICENSE[0]=GPL
        WEB_SITE=https://github.com/aresch/rencode
         ENTERED=20160703
           SHORT="Python module for fast (basic) object serialization similar to bencode"
cat << EOF
The rencode module is similar to bencode from the BitTorrent project. For
complex, heterogeneous data structures with many small elements,
r-encodings take up significantly less space than b-encodings:

This version of rencode is a complete rewrite in Cython to attempt to
increase the performance over the pure Python module written by Petru Paler,
Connelly Barnes et al.
EOF
