summaryrefslogtreecommitdiffstats
path: root/rules/python3-mako.in
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-06-06 16:37:04 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-24 11:17:04 +0200
commit178d691651b42787f8210444cca9d0706916dfa9 (patch)
treef123f54b605c4109d1728ab75d732142505a2c15 /rules/python3-mako.in
parenta5cf9f38c7510077c16ed90a8471513fffe13858 (diff)
downloadptxdist-178d691651b42787f8210444cca9d0706916dfa9.tar.gz
ptxdist-178d691651b42787f8210444cca9d0706916dfa9.tar.xz
python3-mako: new package
Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-mako.in')
-rw-r--r--rules/python3-mako.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/python3-mako.in b/rules/python3-mako.in
new file mode 100644
index 000000000..2efc23a22
--- /dev/null
+++ b/rules/python3-mako.in
@@ -0,0 +1,11 @@
+## SECTION=python3
+
+config PYTHON3_MAKO
+ tristate
+ prompt "python3-mako"
+ select PYTHON3
+ select HOST_PYTHON3_SETUPTOOLS
+ help
+ Mako is a template library written in Python. It provides a
+ familiar, non-XML syntax which compiles into Python modules
+ for maximum performance.