mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-daemonize: new package
Library to enable your code run as a daemon process on Unix-like systems. Signed-off-by: Lionel Flandrin <lionel@svkt.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fa5ca6974d
commit
2609bc2e4e
14
package/python-daemonize/python-daemonize.mk
Normal file
14
package/python-daemonize/python-daemonize.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-daemonize
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DAEMONIZE_VERSION = 2.4.7
|
||||
PYTHON_DAEMONIZE_SOURCE = daemonize-$(PYTHON_DAEMONIZE_VERSION).tar.gz
|
||||
PYTHON_DAEMONIZE_SITE = https://pypi.python.org/packages/84/15/923e3fe48239adf5d697c29e04a3f868d3e4ce8539aab29d6abe784db5be
|
||||
PYTHON_DAEMONIZE_SETUP_TYPE = setuptools
|
||||
PYTHON_DAEMONIZE_LICENSE = MIT
|
||||
PYTHON_DAEMONIZE_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user