generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-filelock/Config.in
Normal file
6
package/python-filelock/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_FILELOCK
|
||||
bool "python-filelock"
|
||||
help
|
||||
A platform independent file lock.
|
||||
|
||||
https://github.com/benediktschmitt/py-filelock
|
||||
5
package/python-filelock/python-filelock.hash
Normal file
5
package/python-filelock/python-filelock.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/filelock/json
|
||||
md5 f8458b5235a9e439fd512dc08947f6b2 filelock-3.3.0.tar.gz
|
||||
sha256 8c7eab13dc442dc249e95158bcc12dec724465919bdc9831fdbf0660f03d1785 filelock-3.3.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 88d9b4eb60579c191ec391ca04c16130572d7eedc4a86daa58bf28c6e14c9bcd LICENSE
|
||||
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.3.0
|
||||
PYTHON_FILELOCK_SOURCE = filelock-$(PYTHON_FILELOCK_VERSION).tar.gz
|
||||
PYTHON_FILELOCK_SITE = https://files.pythonhosted.org/packages/fd/6e/665a6cb363bee26e40954ee812e4e733fd7cafd84c06e0c7c2357641abd6
|
||||
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