           SPELL=dnspython
         VERSION=2.2.1
     SOURCE_HASH=sha512:4b4d9c1670d7e948fb9eaa60d1a9ddef53d74f44dc547ad2b1b93390943bc3ed92da3adf4d711dcf216fd703da00389fc055b9ae96c7ff6ca012836b7601f464
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/d/$SPELL/$SOURCE
      LICENSE[0]=PYTHON
        WEB_SITE=http://www.dnspython.org/
         ENTERED=20030617
        KEYWORDS="dns python devel"
           SHORT="DNS toolkit for Python"
cat << EOF
dnspython is a DNS toolkit for Python. It supports all of the common
record types and will support all types. It can be used for queries,
zone transfers, and dynamic updates.  It supports TSIG authenticated
messages and EDNS0.
dnspython provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set.  The low level classes allow direct
manipulation of DNS zones, messages, names, and records.
EOF
