[Lunar-commits] r15716 - in moonbase/trunk/python: . dnspython

Jan Eidtmann cmak at lunar-linux.org
Tue Jul 12 18:46:56 UTC 2005


Author: cmak
Date: 2005-07-12 18:46:55 +0000 (Tue, 12 Jul 2005)
New Revision: 15716

Added:
   moonbase/trunk/python/dnspython/
   moonbase/trunk/python/dnspython/BUILD
   moonbase/trunk/python/dnspython/DETAILS
Log:
added dnspython

Added: moonbase/trunk/python/dnspython/BUILD
===================================================================
--- moonbase/trunk/python/dnspython/BUILD	2005-07-12 18:26:26 UTC (rev 15715)
+++ moonbase/trunk/python/dnspython/BUILD	2005-07-12 18:46:55 UTC (rev 15716)
@@ -0,0 +1,5 @@
+(
+   prepare_install &&
+   python setup.py install
+        
+) > $C_FIFO 2>&1

Added: moonbase/trunk/python/dnspython/DETAILS
===================================================================
--- moonbase/trunk/python/dnspython/DETAILS	2005-07-12 18:26:26 UTC (rev 15715)
+++ moonbase/trunk/python/dnspython/DETAILS	2005-07-12 18:46:55 UTC (rev 15716)
@@ -0,0 +1,22 @@
+          MODULE=dnspython
+         VERSION=1.3.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.dnspython.org/kits/stable
+      SOURCE_VFY=sha1:0e6fe002c3bc987bf03c91912c4186307dccd1fd
+        WEB_SITE=http://www.dnspython.org/
+         ENTERED=20050712
+         UPDATED=20050712
+           SHORT="dnspython is 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.
+
+To see a few of the ways dnspython can be used, look in the examples/
+directory.
+EOF



More information about the Lunar-commits mailing list