[76105] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Feb 18 08:32:06 PST 2011


Revision: 76105
          http://trac.macports.org/changeset/76105
Author:   singingwolfboy at macports.org
Date:     2011-02-18 08:32:05 -0800 (Fri, 18 Feb 2011)
Log Message:
-----------
New port: py27-daemon

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

Added: trunk/dports/python/py27-daemon/Portfile
===================================================================
--- trunk/dports/python/py27-daemon/Portfile	                        (rev 0)
+++ trunk/dports/python/py27-daemon/Portfile	2011-02-18 16:32:05 UTC (rev 76105)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python27 1.0
+
+name                py27-daemon
+set real_name       python-daemon
+version             1.5.5
+categories-append   devel
+platforms           darwin
+license             PSF-2+
+maintainers         singingwolfboy openmaintainer
+description         Library to implement a well-behaved Unix daemon process.
+long_description  \
+    This library implements the well-behaved daemon specification of PEP 3143, \
+    \"Standard daemon process library\". A well-behaved Unix daemon process is \
+    tricky to get right, but the required steps are much the same for every \
+    daemon program. A DaemonContext instance holds the behaviour and \
+    configured process environment for the program\; use the instance as a \
+    context manager to enter a daemon state.
+
+homepage            http://pypi.python.org/pypi/python-daemon/
+master_sites        http://pypi.python.org/packages/source/p/${real_name}
+distname            ${real_name}-${version}
+checksums           md5     1f6cd41473c2e201021a0aeef395b2b1 \
+                    sha1    8d2565bbb0d035c4c379ed683b322fd7a93935ef \
+                    rmd160  44a65672345795bbb55caefa4e32757bf5a2f9af


Property changes on: trunk/dports/python/py27-daemon/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110218/9580f0e5/attachment.html>


More information about the macports-changes mailing list