Library to implement a well-behaved Unix daemon process. 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. WWW: http://pypi.python.org/pypi/python-daemon/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Doesn't build, log: http://people.freebsd.org/~lwhsu/py26-daemon-1.5.5.log Please fix it, thanks!
lwhsu 2010-07-09 18:59:18 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-daemon Makefile distinfo pkg-descr pkg-plist Log: Add py-daemon 1.5.5, well-behaved daemon framework for Python. PR: ports/148441 Submitted by: jessekempf at gmail.com Revision Changes Path 1.3983 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/py-daemon/Makefile (new) 1.1 +3 -0 ports/devel/py-daemon/distinfo (new) 1.1 +11 -0 ports/devel/py-daemon/pkg-descr (new) 1.1 +29 -0 ports/devel/py-daemon/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!
A commit references this bug: Author: nivit Date: Tue Dec 2 05:02:41 UTC 2014 New revision: 373750 URL: https://svnweb.freebsd.org/changeset/ports/373750 Log: - Update to 0.3.64 - Switch to USES= python PR: 148441 Submitted by: olivierd Changes: head/www/py-pafy/Makefile head/www/py-pafy/distinfo
Please rename this to py-python-daemon (as per the upstream PyPi name): https://pypi.python.org/pypi/python-daemon/ 'daemon' is a different package and is already registered upstream: https://pypi.python.org/pypi/daemon/
Created attachment 150898 [details] py-python-daemon.diff rename py-daemon to py-python-daemon
Created attachment 150899 [details] py-python-daemon.diff Rename py-daemon to py-python-daemon
jkempf, please review the patch at https://bz-attachments.freebsd.org/attachment.cgi?id=150899 , thanks!
Created attachment 154654 [details] Upgrade to 2.0.5 Update to 2.0.5 adds Python 3 capability and new dependency on py-docutils
Created attachment 154655 [details] Poudriere testport
Seems like this is already completed and there's no action on it for a while, so I'm closing this PR.