           SPELL=tagpy
         VERSION=0.94.7
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://pypi.python.org/packages/source/${SPELL:0:1}/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:bf54c0606a559e4f606e897027772920fa02ba3d5747bcc5485b74fbd74ced22d22e8f23b0aa4f1d83b68e509ec38b4b3f5d5b5ecd8fe870eaee35596e425910
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
