initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_CACHED_PROPERTY
bool "python-cached-property"
help
A decorator for caching properties in classes.
https://github.com/pydanny/cached-property
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cached-property/json
md5 3451c63f8733ea0756ca1dd2b0c04bb8 cached-property-1.5.2.tar.gz
sha256 9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 cached-property-1.5.2.tar.gz
# Locally computed sha256 checksums
sha256 ba4756c8039b25b66e3c456cc5bf635aa528cf459b97ee1499d06684ccd89b9a LICENSE
@@ -0,0 +1,14 @@
################################################################################
#
# python-cached-property
#
################################################################################
PYTHON_CACHED_PROPERTY_VERSION = 1.5.2
PYTHON_CACHED_PROPERTY_SOURCE = cached-property-$(PYTHON_CACHED_PROPERTY_VERSION).tar.gz
PYTHON_CACHED_PROPERTY_SITE = https://files.pythonhosted.org/packages/61/2c/d21c1c23c2895c091fa7a91a54b6872098fea913526932d21902088a7c41
PYTHON_CACHED_PROPERTY_SETUP_TYPE = setuptools
PYTHON_CACHED_PROPERTY_LICENSE = BSD-3-Clause
PYTHON_CACHED_PROPERTY_LICENSE_FILES = LICENSE
$(eval $(python-package))