mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/python-filelock: new package
This package contains a single module, which implements a platform independent file lock in Python, which provides a simple way of inter-process communication. Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3b920487ba
commit
16ee6551c3
14
package/python-filelock/python-filelock.mk
Normal file
14
package/python-filelock/python-filelock.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-filelock
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FILELOCK_VERSION = 3.0.12
|
||||
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/14/ec/6ee2168387ce0154632f856d5cc5592328e9cf93127c5c9aeca92c8c16cb
|
||||
PYTHON_FILELOCK_SETUP_TYPE = setuptools
|
||||
PYTHON_FILELOCK_LICENSE = Public Domain
|
||||
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user