[83722] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Sep 9 12:22:10 PDT 2011


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

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

Added: trunk/dports/python/py27-zodb/Portfile
===================================================================
--- trunk/dports/python/py27-zodb/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-zodb/Portfile	2011-09-09 19:22:09 UTC (rev 83722)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-zodb
+set real_name       ZODB3
+version             3.10.3
+maintainers         singingwolfboy openmaintainer
+platforms           darwin
+description         Zope Object Database: object database and persistence
+license             ZPL 2.1
+
+long_description \
+    The Zope Object Database provides an object-oriented database for Python that \
+    provides a high-degree of transparency. Applications can take advantage of \
+    object database features with few, if any, changes to application logic. \
+    ZODB includes features such as a plugable storage interface, rich transaction \
+    support, and undo.
+
+categories-append   databases
+
+homepage            http://www.zodb.org/
+master_sites        http://pypi.python.org/packages/source/Z/${real_name}
+distname            ${real_name}-${version}
+
+checksums           rmd160  2dff0bf0106ce8c895ad161f057691ff77fee902 \
+                    sha256  2bc0305f62202947728515d806c8ce04ff975a9ef66e5731e6997fadf3e3b39d
+
+depends_lib         port:py27-transaction \
+                    port:py27-zc-lockfile \
+                    port:py27-zconfig \
+                    port:py27-zdaemon \
+                    port:py27-zope-event \
+                    port:py27-zopeinterface
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/8bb7eb58/attachment.html>


More information about the macports-changes mailing list