1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

[NEW] devel/py-daemonize: Enables code to run as a daemon process on Unix-like systems

daemonize is a library for writing system daemons in Python.

WWW: https://github.com/thesharp/daemonize

PR:		205914
Submitted by:	Brendan Molloy <brendan+freebsd@bbqsrc.net>
This commit is contained in:
Kubilay Kocak 2016-01-08 04:51:15 +00:00
parent 962e01c241
commit 5e808ff564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405522
4 changed files with 27 additions and 0 deletions

View File

@ -3985,6 +3985,7 @@
SUBDIR += py-cycler
SUBDIR += py-d2to1
SUBDIR += py-daemon
SUBDIR += py-daemonize
SUBDIR += py-daemons
SUBDIR += py-dal
SUBDIR += py-darcsver

View File

@ -0,0 +1,21 @@
# Created by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
# $FreeBSD$
PORTNAME= daemonize
PORTVERSION= 2.4.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= brendan+freebsd@bbqsrc.net
COMMENT= Enables code to run as a daemon process on Unix-like systems
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (daemonize-2.4.2.tar.gz) = c21a94cd676d3fbb718af62e6f22209afc7000a9588169b6fb779d62b04e2378
SIZE (daemonize-2.4.2.tar.gz) = 8631

View File

@ -0,0 +1,3 @@
daemonize is a library for writing system daemons in Python.
WWW: https://github.com/thesharp/daemonize