16ee6551c3
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>
15 lines
563 B
Makefile
15 lines
563 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|