mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/tox-dev/filelock/blob/3.29.0/docs/changelog.rst Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
601 B
Makefile
16 lines
601 B
Makefile
################################################################################
|
|
#
|
|
# python-filelock
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_FILELOCK_VERSION = 3.29.0
|
|
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
|
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/b5/fe/997687a931ab51049acce6fa1f23e8f01216374ea81374ddee763c493db5
|
|
PYTHON_FILELOCK_SETUP_TYPE = hatch
|
|
PYTHON_FILELOCK_LICENSE = MIT
|
|
PYTHON_FILELOCK_LICENSE_FILES = LICENSE
|
|
PYTHON_FILELOCK_DEPENDENCIES = host-python-hatch-vcs
|
|
|
|
$(eval $(python-package))
|