[88188] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 11:14:19 PST 2011


Revision: 88188
          http://trac.macports.org/changeset/88188
Author:   singingwolfboy at macports.org
Date:     2011-12-21 11:14:19 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
New port: py-zope-app-module

Added Paths:
-----------
    trunk/dports/python/py-zope-app-module/
    trunk/dports/python/py-zope-app-module/Portfile

Added: trunk/dports/python/py-zope-app-module/Portfile
===================================================================
--- trunk/dports/python/py-zope-app-module/Portfile	                        (rev 0)
+++ trunk/dports/python/py-zope-app-module/Portfile	2011-12-21 19:14:19 UTC (rev 88188)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                py-zope-app-module
+set real_name       zope.app.module
+version             3.5.0
+python.versions     25 26 27
+maintainers         singingwolfboy openmaintainer
+platforms           darwin
+description         Zope 3 persistent code/module support
+license             ZPL-2.1
+
+long_description \
+    Persistent Python modules allow us to develop and store Python modules in the \
+    ZODB in contrast to storing them on the filesystem. You might want to look at \
+    the zodbcode package for the details of the implementation. In Zope 3 we \
+    implemented persistent modules as utilities. These utilities are known as \
+    module managers that manage the source code, compiled module and name of the \
+    module. We then provide a special module registry that looks up the utilities \
+    to find modules.
+
+categories-append   zope
+
+homepage            http://pypi.python.org/pypi/${real_name}
+master_sites        http://pypi.python.org/packages/source/z/${real_name}
+distname            ${real_name}-${version}
+
+checksums           rmd160  ab3a805c424a02e0ccc08dc68dc3bb95d6217056 \
+                    sha256  ef3c1ec5de3b2f86d8fc250e9b7b28faaed3482d699e27915eec68aac2dd944b
+
+if {$name != $subport} {
+    depends_build       port:py${python.version}-distribute
+}


Property changes on: trunk/dports/python/py-zope-app-module/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/17ab34ff/attachment.html>


More information about the macports-changes mailing list