Add buildroot 2018-02

This commit is contained in:
Pascal Vizeli
2018-03-17 23:47:00 +00:00
parent 3776c47f83
commit 67742041ad
10007 changed files with 405098 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PYLRU
bool "python-pylru"
help
A least recently used (LRU) cache implementation.
https://github.com/jlhutch/pylru

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/pylru/json, sha256 locally computed
md5 41369d58a1c4391c5cc36f84262abcdc pylru-1.0.9.tar.gz
sha256 71376192671f0ad1690b2a7427d39a29b1df994c8469a9b46b03ed7e28c0172c pylru-1.0.9.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-pylru
#
################################################################################
PYTHON_PYLRU_VERSION = 1.0.9
PYTHON_PYLRU_SOURCE = pylru-$(PYTHON_PYLRU_VERSION).tar.gz
PYTHON_PYLRU_SITE = https://pypi.python.org/packages/c0/7d/0de1055632f3871dfeaabe5a3f0510317cd98b93e7b792b44e4c7de2b17b
PYTHON_PYLRU_SETUP_TYPE = distutils
PYTHON_PYLRU_LICENSE = GPL-2.0
PYTHON_PYLRU_LICENSE_FILES = LICENSE.txt
$(eval $(python-package))