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:
parent
962e01c241
commit
5e808ff564
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405522
@ -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
|
||||
|
21
devel/py-daemonize/Makefile
Normal file
21
devel/py-daemonize/Makefile
Normal 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>
|
2
devel/py-daemonize/distinfo
Normal file
2
devel/py-daemonize/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (daemonize-2.4.2.tar.gz) = c21a94cd676d3fbb718af62e6f22209afc7000a9588169b6fb779d62b04e2378
|
||||
SIZE (daemonize-2.4.2.tar.gz) = 8631
|
3
devel/py-daemonize/pkg-descr
Normal file
3
devel/py-daemonize/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
daemonize is a library for writing system daemons in Python.
|
||||
|
||||
WWW: https://github.com/thesharp/daemonize
|
Loading…
Reference in New Issue
Block a user