           SPELL=openpyxl
         VERSION=1.5.5
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://pypi.python.org/packages/source/o/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:686f8dd7e8d08d873de94beedd977c6ec3b4239d76ff388f2e1b8ad7d33679a84886cdff5b7e2ef6338cbc57fe4bf68e98369e0cc3fb4f6926a93ef1a2cef632
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://bitbucket.org/ericgazoni/openpyxl/wiki/Home"
      LICENSE[0]=MIT
         ENTERED=20111019
           SHORT="A Python library to read/write Excel 2007 xlsx/xlsm files"
cat << EOF
OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.

It was born from lack of existing library to read/write natively from Python
the new Open Office XML format.

All kudos to the PHPExcel team as openpyxl is a Python port of PHPExcel.
EOF
