Update buidlroot to version 2016.08.1
This commit is contained in:
9
bsp/buildroot/package/python-tomako/Config.in
Normal file
9
bsp/buildroot/package/python-tomako/Config.in
Normal 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
|
||||
3
bsp/buildroot/package/python-tomako/python-tomako.hash
Normal file
3
bsp/buildroot/package/python-tomako/python-tomako.hash
Normal 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
|
||||
14
bsp/buildroot/package/python-tomako/python-tomako.mk
Normal file
14
bsp/buildroot/package/python-tomako/python-tomako.mk
Normal 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))
|
||||
Reference in New Issue
Block a user