           SPELL=dnspython
         VERSION=1.3.4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.dnspython.org/kits/current/$SOURCE
     SOURCE_HASH=sha1:1ac2b880c954b7347f1827f0379bb076ebec74cd
      LICENSE[0]=PYTHON
        WEB_SITE=http://www.dnspython.org/
         ENTERED=20030617
        KEYWORDS="dns python devel"
           SHORT='dnspython is a 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
