           SPELL=dnspython
         VERSION=1.10.0
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://www.dnspython.org/kits/$VERSION/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=dnspython.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      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
