mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-tomako: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c37648bac4
commit
1a4f44802b
9
package/python-tomako/Config.in
Normal file
9
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
|
||||
4
package/python-tomako/python-tomako.hash
Normal file
4
package/python-tomako/python-tomako.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# md5 from https://pypi.python.org/pypi/tomako/json
|
||||
md5 74597762d156f52b8716aced94d51f2a tomako-0.1.0.tar.gz
|
||||
# sha256 calculated by scanpypi
|
||||
sha256 e541e6bad009d3f61956b135757d491bf42c97cb441e7c11ef7a0ef6e9460a9f tomako-0.1.0.tar.gz
|
||||
13
package/python-tomako/python-tomako.mk
Normal file
13
package/python-tomako/python-tomako.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-tomako
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_TOMAKO_VERSION = 0.1.0
|
||||
PYTHON_TOMAKO_SOURCE = tomako-$(PYTHON_TOMAKO_VERSION).tar.gz
|
||||
PYTHON_TOMAKO_SITE = https://pypi.python.org/packages/66/6f/de5449d401ca6953691c765d7465941e772cf99a3547646edc58cdca452d
|
||||
PYTHON_TOMAKO_SETUP_TYPE = setuptools
|
||||
PYTHON_TOMAKO_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user