You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
8dd19bec0e
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114324 d073be05-634f-4543-b044-5fe20cf6d1d6
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
# $Id$
|
|
|
|
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 http://pypi.python.org/packages/source/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
|
|
}
|