           SPELL=python-discid
         VERSION=1.2.0
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]=https://github.com/JonnyJD/${SPELL}/archive/refs/tags/v${VERSION}.tar.gz
     SOURCE_HASH=sha512:239cb608508e94109aa9b8b582bc3de1fb9408b508d56698d7f17ec9ebb0d37c1fb76557d98b6d194c1532e3047efcde3adc5d6e9634bc87533d331423a7f19f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/JonnyJD/python-discid"
      LICENSE[0]=LGPL
         ENTERED=20210607
           SHORT="libdiscid Python bindings"
cat << EOF
Libdiscid's main purpose is the calculation of an identifier of audio discs
(disc ID) to use for the MusicBrainz database.

That identifier is calculated from the TOC of the disc, similar to the
freeDB CDDB identifier. Libdiscid can calculate MusicBrainz disc IDs and
freeDB disc IDs. Additionally the MCN of the disc and ISRCs from the tracks
can be extracted.

This module is a close binding that offloads all relevant data storage and
calculation to Libdiscid. On the other hand it gives a pythonic API and uses
objects and exceptions.
EOF
