[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

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

View File

@ -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

View File

@ -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))