Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 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,4 @@
# md5 from https://pypi.python.org/pypi/cached-property/json, sha256 locally computed
md5 fc7a49d2c4b7987f92b00c7b49128530 cached-property-1.4.0.tar.gz
sha256 a2fa0f89dd422f7e5dd992a4a3e0ce209d5d1e47a4db28fd0a7b5273ec8da3f0 cached-property-1.4.0.tar.gz
sha256 ba4756c8039b25b66e3c456cc5bf635aa528cf459b97ee1499d06684ccd89b9a LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-cached-property
#
################################################################################
PYTHON_CACHED_PROPERTY_VERSION = 1.4.0
PYTHON_CACHED_PROPERTY_SOURCE = cached-property-$(PYTHON_CACHED_PROPERTY_VERSION).tar.gz
PYTHON_CACHED_PROPERTY_SITE = https://pypi.python.org/packages/ce/87/72b7a5a0504ad8d5d5ea6804ac5b24ce4f07869f61c47ea00cd4382320ba
PYTHON_CACHED_PROPERTY_SETUP_TYPE = setuptools
PYTHON_CACHED_PROPERTY_LICENSE = BSD-3-Clause
PYTHON_CACHED_PROPERTY_LICENSE_FILES = LICENSE
$(eval $(python-package))