# $Id: Portfile 148976 2016-05-24 07:48:05Z raimue@macports.org $ PortSystem 1.0 PortGroup python 1.0 name py-python-daemon set real_name python-daemon version 1.5.5 categories-append devel platforms darwin supported_archs noarch license PSF-2+ maintainers nomaintainer 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 pypi:p/${real_name} distname ${real_name}-${version} checksums md5 1f6cd41473c2e201021a0aeef395b2b1 \ sha1 8d2565bbb0d035c4c379ed683b322fd7a93935ef \ rmd160 44a65672345795bbb55caefa4e32757bf5a2f9af python.versions 27 if {${name} ne ${subport}} { depends_build port:py${python.version}-setuptools }