Bug 187412 - [NEW PORT] devel/py-daemons
Summary: [NEW PORT] devel/py-daemons
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 10:10 UTC by Eero Hänninen
Modified: 2014-05-22 06:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.56 KB, text/plain)
2014-03-10 10:10 UTC, Eero Hänninen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eero Hänninen 2014-03-10 10:10:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-10 10:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-05-22 06:40:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-05-22 06:40:58 UTC
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"