1234567891011121314151617181920 |
- config BR2_PACKAGE_PYTHON_MAKO
- bool "python-mako"
- select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
- help
- Mako is a template library written in Python. It provides a
- familiar, non-XML syntax which compiles into Python modules
- for maximum performance.
- https://pypi.python.org/pypi/Mako
- if BR2_PACKAGE_PYTHON_MAKO
- config BR2_PACKAGE_PYTHON_MAKO_EXT_PYGMENTPLUGIN
- bool "mako extension pygmentplugin"
- select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
- help
- Provide python-pygments support for
- mako.ext.pygmentplugin
- endif
|