Package: pydns Version: 2.3.0 Revision: 1 Description: Python module for performing DNS queries License: GPL Maintainer: Christian Schaffner # Dependencies: Depends: python (>= 2.2.1-8) BuildDepends: db3 (>= 3.3.11-8), readline (>= 4.3-5), gdbm, gmp (>= 4.1.4-1), libmpfr1, expat, tcltk-dev # Unpack Phase: Source: mirror:sourceforge:%n/%n-%v.tgz Source-MD5: b79616da9e88abce88edf82b369ee58d # Compile Phase: CompileScript: python setup.py build # Install Phase: InstallScript: python setup.py install --prefix=%i DocFiles: CREDITS.txt README.txt README-guido.txt DescDetail: << PyDNS (dnslib) is a phyton module that implements a DNS (Domain Name Server) client, plus additional modules that define some symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). Type "python dnslib.py -/" for a usage message. You can also import dnslib and write your own, more sophisticated client code; use the test program as an example (there is currently no documentation :-). << DescPackaging: << Crazy BuildDepends are just for python, the package itself just needs python. << Homepage: http://pydns.sourceforge.net/