           SPELL=pylzma
         VERSION=0.4.4
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
     SOURCE_HASH=sha512:50803ca88f86059908920cc3a67abf78d319aa74bcec4fcf65b7f42893f64e3a064c683ae017566900d457a34322945a9ef420f18c6d254318ee2a3d06c4a63a
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
