           SPELL=tagpy
         VERSION=0.94.5
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELL:0:1}/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:968bdaa72ae3f5866dca9644a9aa9ffba308d514e5564baeb0c5b38f15089768c702460bfe628e41dbaa477535873cc1582c87d63d31c73c641c630628095db5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE="http://pypi.python.org/pypi/tagpy"
      LICENSE[0]=GPL
         ENTERED=20070606
        KEYWORDS="audio libs python"
           SHORT="TagPy is a Python crust (or a set of Python bindings) for TagLib"
cat << EOF
TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds
upon Boost.Python, a wrapper generation library which is part of the
renowned Boost set of C++ libraries.

Just like TagLib, TagPy can:
  * read and write ID3 tags of version 1 and 2, with many supported
    frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3,
    FLAC and MPC);
  * access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files;
  * access APE tags in Musepack and MP3 files.

All these features have their own specific interfaces, but TagLib's
generic tag reading and writing mechanism is also supported. It comes
with a bunch of examples.
EOF
