MODULE=python-dnspython VERSION=2.8.0 SOURCE=$MODULE-$VERSION.tar.gz SOURCE_URL_FULL=https://files.pythonhosted.org/packages/source/d/dnspython/dnspython-$VERSION.tar.gz SOURCE_VFY=sha256:181d3c6996452cb1189c4046c61599b84a5a86e099562ffde77d26984ff26d0f SOURCE_DIRECTORY=$BUILD_DIRECTORY/dnspython-$VERSION WEB_SITE=http://www.dnspython.org/ ENTERED=20181210 UPDATED=20251111 SHORT="A DNS toolkit for Python" cat << EOF dnspython is a DNS toolkit for Python. It supports almost all record 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