SF.net SVN: gar:[22669] csw/mgar/pkg/lang-python

opk at users.sourceforge.net opk at users.sourceforge.net
Tue Dec 10 18:11:59 CET 2013


Revision: 22669
          http://gar.svn.sourceforge.net/gar/?rev=22669&view=rev
Author:   opk
Date:     2013-12-10 17:11:58 +0000 (Tue, 10 Dec 2013)
Log Message:
-----------
add ZConfig which was previously there as part of CSWzope

Added Paths:
-----------
    csw/mgar/pkg/lang-python/ZConfig/
    csw/mgar/pkg/lang-python/ZConfig/Makefile
    csw/mgar/pkg/lang-python/ZConfig/branches/
    csw/mgar/pkg/lang-python/ZConfig/tags/
    csw/mgar/pkg/lang-python/ZConfig/trunk/
    csw/mgar/pkg/lang-python/ZConfig/trunk/Makefile
    csw/mgar/pkg/lang-python/ZConfig/trunk/checksums
    csw/mgar/pkg/lang-python/ZConfig/trunk/files/

Added: csw/mgar/pkg/lang-python/ZConfig/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/ZConfig/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/ZConfig/Makefile	2013-12-10 17:11:58 UTC (rev 22669)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Added: csw/mgar/pkg/lang-python/ZConfig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/ZConfig/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/ZConfig/trunk/Makefile	2013-12-10 17:11:58 UTC (rev 22669)
@@ -0,0 +1,31 @@
+# $Id$
+NAME = ZConfig
+VERSION = 3.0.3
+CATEGORIES = python
+GARTYPE = v2
+
+DESCRIPTION = Structured Configuration Library
+define BLURB
+  ZConfig is a configuration library intended for general use. It supports a
+  hierarchical schema-driven configuration model that allows a schema to specify
+  data conversion routines written in Python. ZConfig's model is very different
+  from the model supported by the ConfigParser module found in Python's standard
+  library, and is more suitable to configuration-intensive applications.
+endef
+
+MASTER_SITES = http://pypi.python.org/packages/source/Z/ZConfig/
+DISTFILES  = $(NAME)-$(VERSION).tar.gz
+PACKAGES = CSWpy-zconfig
+CATALOGNAME = py_zconfig
+
+LICENSE = LICENSE.txt
+ARCHALL = 1
+
+# tests need zope.testrunner
+TEST_SCRIPTS =
+
+# /usr/local is only an example here
+CHECKPKG_OVERRIDES_CSWpy-zconfig += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.6/site-packages/ZConfig-3.0.3-py2.6.egg-info/PKG-INFO
+CHECKPKG_OVERRIDES_CSWpy-zconfig += file-with-bad-content|/usr/local|root/opt/csw/lib/python2.7/site-packages/ZConfig-3.0.3-py2.7.egg-info/PKG-INFO
+
+include gar/category.mk

Added: csw/mgar/pkg/lang-python/ZConfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/ZConfig/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/ZConfig/trunk/checksums	2013-12-10 17:11:58 UTC (rev 22669)
@@ -0,0 +1 @@
+60a107c5857c3877368dfe5930559804  ZConfig-3.0.3.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