[csw-devel] SF.net SVN: gar:[20868] csw/mgar/pkg/lang-python
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Fri Apr 26 13:54:49 CEST 2013
Revision: 20868
http://gar.svn.sourceforge.net/gar/?rev=20868&view=rev
Author: pfelecan
Date: 2013-04-26 11:54:49 +0000 (Fri, 26 Apr 2013)
Log Message:
-----------
lang-python/dnspython: instantiation
Added Paths:
-----------
csw/mgar/pkg/lang-python/dnspython/
csw/mgar/pkg/lang-python/dnspython/Makefile
csw/mgar/pkg/lang-python/dnspython/branches/
csw/mgar/pkg/lang-python/dnspython/tags/
csw/mgar/pkg/lang-python/dnspython/trunk/
csw/mgar/pkg/lang-python/dnspython/trunk/Makefile
csw/mgar/pkg/lang-python/dnspython/trunk/checksums
csw/mgar/pkg/lang-python/dnspython/trunk/files/
Added: csw/mgar/pkg/lang-python/dnspython/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/dnspython/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/dnspython/Makefile 2013-04-26 11:54:49 UTC (rev 20868)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/lang-python/dnspython/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/lang-python/dnspython/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/dnspython/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/dnspython/trunk/Makefile 2013-04-26 11:54:49 UTC (rev 20868)
@@ -0,0 +1,38 @@
+# $Id$
+
+NAME = dnspython
+VERSION = 1.10.0
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = Brief description
+define BLURB
+ 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.
+endef
+
+MASTER_SITES = http://www.dnspython.org/kits/$(VERSION)/
+DISTFILES = $(DISTNAME).tar.gz
+SPKG_SOURCEURL = $(MASTER_SITES)
+BUILD_DEP_PKGS = CSWpysetuptools
+PACKAGES = CSWpy-dnspython
+CATALOGNAME = py_dnspython
+ARCHALL = 1
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
+
+TEST_SCRIPTS = nominal
+
+include gar/category.mk
+
+test-nominal:
+ cd $(WORKSRC)/tests && /usr/bin/env -i $(BUILD_ENV) && $(MAKE) -i -k check
+ $(MAKECOOKIE)
Property changes on: csw/mgar/pkg/lang-python/dnspython/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/dnspython/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/dnspython/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/dnspython/trunk/checksums 2013-04-26 11:54:49 UTC (rev 20868)
@@ -0,0 +1 @@
+b4f60852fd7ba64fc7c3a1fa239eba33 dnspython-1.10.0.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list