[83718] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Sep 9 12:17:35 PDT 2011


Revision: 83718
          http://trac.macports.org/changeset/83718
Author:   singingwolfboy at macports.org
Date:     2011-09-09 12:17:35 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
New port: py27-zconfig

Added Paths:
-----------
    trunk/dports/python/py27-zconfig/
    trunk/dports/python/py27-zconfig/Portfile

Added: trunk/dports/python/py27-zconfig/Portfile
===================================================================
--- trunk/dports/python/py27-zconfig/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-zconfig/Portfile	2011-09-09 19:17:35 UTC (rev 83718)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-zconfig
+set real_name       ZConfig
+version             2.9.0
+maintainers         singingwolfboy openmaintainer
+platforms           darwin
+description         Configuration library for configuration-intensive applications
+license             ZPL 2.1
+
+long_description \
+    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.
+
+categories-append   zope
+
+homepage            http://old.zope.org/Members/fdrake/zconfig/
+master_sites        http://pypi.python.org/packages/source/Z/${real_name}
+distname            ${real_name}-${version}
+use_zip             yes
+
+checksums           rmd160  293083f476b2b0d2d842058cf1ec0be6d251f403 \
+                    sha256  74845b421b5d917b706248ae2eb2123a2a4ae7a0cb04dfae4540c781268e9ec8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/8dc5c973/attachment.html>


More information about the macports-changes mailing list