[83719] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Sep 9 12:19:08 PDT 2011


Revision: 83719
          http://trac.macports.org/changeset/83719
Author:   singingwolfboy at macports.org
Date:     2011-09-09 12:19:08 -0700 (Fri, 09 Sep 2011)
Log Message:
-----------
New port: py27-zc-lockfile

Added Paths:
-----------
    trunk/dports/python/py27-zc-lockfile/
    trunk/dports/python/py27-zc-lockfile/Portfile

Added: trunk/dports/python/py27-zc-lockfile/Portfile
===================================================================
--- trunk/dports/python/py27-zc-lockfile/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-zc-lockfile/Portfile	2011-09-09 19:19:08 UTC (rev 83719)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-zc-lockfile
+set real_name       zc.lockfile
+version             1.0.0
+maintainers         singingwolfboy openmaintainer
+platforms           darwin
+description         Basic inter-process locks
+license             ZPL 2.1
+
+long_description \
+    The zc.lockfile package provides a basic portable implementation of \
+    interprocess locks using lock files. The purpose if not specifically to \
+    lock files, but to simply provide locks with an implementation based on \
+    file-locking primitives. Of course, these locks could be used to mediate \
+    access to other files. For example, the ZODB file storage implementation uses \
+    file locks to mediate access to file-storage database files. The database \
+    files and lock file files are separate files.
+
+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  ffc9485e8a3f219b0fef65465b838df9d633706c \
+                    sha256  1f170e46eff20ae6c81cad5465f26702f3d3435e0511fb7983cd61a6ed84d5c0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110909/f76d39f1/attachment-0001.html>


More information about the macports-changes mailing list