           SPELL=pylzma
         VERSION=0.3.0
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
     SOURCE_HASH=sha512:6f9611c3be75ced95237fd9e79a7ce1451c7433b5fca1f8228c8f983eb6516e6843fc55b1fc5d1212a541ce4516574981e405201476029526e48b7bff1785e8a
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.joachim-bauch.de/projects/python/pylzma/
      LICENSE[0]=LGPL
         ENTERED=20080524
           SHORT="python bindings for the LZMA compression library"
cat << EOF
Platform independent python bindings for the LZMA compression library.

Features:
  * Compression / decompression of a single block of data
  * Compression from a file-like object (must provide a read method)
  * Streaming decompression through multiple calls to decompress
  * An initial library that supports reading of 7-zip archives
EOF
