           SPELL=frozendict
         VERSION=0.6
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/f/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:9661447b17aed50bcd65c67c204e2a81633a5af44fa3548e4b543808eb70fd35f232a0a1a49db416a87bbe18729d23114df9ad647c52a07fbf7c52d8b217a20a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="https://github.com/slezica/python-frozendict"
      LICENSE[0]="MIT"
         ENTERED=20160714
        KEYWORDS=""
           SHORT="An immutable dictionary for Python"
cat << EOF
frozendict is an immutable wrapper around dictionaries that implements the
complete mapping interface. It can be used as a drop-in replacement for
dictionaries where immutability is desired.
EOF
