Daemons is a resource library for Python developers that want to create daemon processes. The idea is to provide the basic daemon functionality while still giving the developer the ability to customize their daemon for any purpose. It had python 2 and python 3 support. 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->closed Committed. Thanks!
Author: miwi Date: Thu May 22 05:40:53 2014 New Revision: 354770 URL: http://svnweb.freebsd.org/changeset/ports/354770 QAT: https://qat.redports.org/buildarchive/r354770/ Log: Daemons is a resource library for Python developers that want to create daemon processes. The idea is to provide the basic daemon functionality while still giving the developer the ability to customize their daemon for any purpose. WWW: https://pypi.python.org/pypi/daemons PR: ports/187412 Submitted by: fax@nohik.ee Added: head/devel/py-daemons/ head/devel/py-daemons/Makefile (contents, props changed) head/devel/py-daemons/distinfo (contents, props changed) head/devel/py-daemons/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 22 05:39:35 2014 (r354769) +++ head/devel/Makefile Thu May 22 05:40:53 2014 (r354770) @@ -3588,6 +3588,7 @@ SUBDIR += py-cxx SUBDIR += py-d2to1 SUBDIR += py-daemon + SUBDIR += py-daemons SUBDIR += py-dal SUBDIR += py-darcsver SUBDIR += py-dateutil Added: head/devel/py-daemons/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-daemons/Makefile Thu May 22 05:40:53 2014 (r354770) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= daemons +PORTVERSION= 0.2.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fax@nohik.ee +COMMENT= Resource library for Python developers to create daemon processes + +LICENSE= APACHE20 + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/py-daemons/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-daemons/distinfo Thu May 22 05:40:53 2014 (r354770) @@ -0,0 +1,2 @@ +SHA256 (daemons-0.2.1.tar.gz) = fa5da04820a73ee63349db01fb18f2088d1f6d90cc38f342dcd5d82718422a74 +SIZE (daemons-0.2.1.tar.gz) = 17639 Added: head/devel/py-daemons/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-daemons/pkg-descr Thu May 22 05:40:53 2014 (r354770) @@ -0,0 +1,5 @@ +Daemons is a resource library for Python developers that want to create daemon +processes. The idea is to provide the basic daemon functionality while still +giving the developer the ability to customize their daemon for any purpose. + +WWW: https://pypi.python.org/pypi/daemons _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"