summaryrefslogtreecommitdiffstats
path: root/rules/python3-mako.in
blob: 2efc23a22bbed83a7312fb314e42777188d8e2c5 (plain)
1
2
3
4
5
6
7
8
9
10
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.