Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_TOMAKO
bool "python-tomako"
select BR2_PACKAGE_PYTHON_TORNADO # runtime
select BR2_PACKAGE_PYTHON_MAKO # runtime
help
Tomako is the easiest way to use Mako as a template engine for
Tornado.
https://github.com/rcmachado/tomako

View File

@@ -0,0 +1,3 @@
# md5 from https://pypi.python.org/pypi/tomako/json, sha256 locally computed
md5 a2e9e99be4ddf2263ed441ddc3dfcf96 tomako-0.1.0.post1.tar.gz
sha256 2d8ec113199408eb16ec00361aac6f10b716925779b6331083f304d01dafd150 tomako-0.1.0.post1.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-tomako
#
################################################################################
PYTHON_TOMAKO_VERSION = 0.1.0.post1
PYTHON_TOMAKO_SOURCE = tomako-$(PYTHON_TOMAKO_VERSION).tar.gz
PYTHON_TOMAKO_SITE = https://pypi.python.org/packages/30/64/e174248281cb2fa8f5bce955d4bd49b253e622bb540a6001e48dec378a07
PYTHON_TOMAKO_SETUP_TYPE = setuptools
PYTHON_TOMAKO_LICENSE = MIT
PYTHON_TOMAKO_LICENSE_FILES = LICENSE
$(eval $(python-package))