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
This commit is contained in:
Martin Wilke 2014-05-22 05:40:53 +00:00
parent 2a42efe736
commit a27d455d7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354770
4 changed files with 26 additions and 0 deletions

View file

@ -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

18
devel/py-daemons/Makefile Normal file
View file

@ -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>

View file

@ -0,0 +1,2 @@
SHA256 (daemons-0.2.1.tar.gz) = fa5da04820a73ee63349db01fb18f2088d1f6d90cc38f342dcd5d82718422a74
SIZE (daemons-0.2.1.tar.gz) = 17639

View file

@ -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