Config.in 536 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_PYTHON_MAKO
  2. bool "python-mako"
  3. select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
  4. help
  5. Mako is a template library written in Python. It provides a
  6. familiar, non-XML syntax which compiles into Python modules
  7. for maximum performance.
  8. https://pypi.python.org/pypi/Mako
  9. if BR2_PACKAGE_PYTHON_MAKO
  10. config BR2_PACKAGE_PYTHON_MAKO_EXT_PYGMENTPLUGIN
  11. bool "mako extension pygmentplugin"
  12. select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
  13. help
  14. Provide python-pygments support for
  15. mako.ext.pygmentplugin
  16. endif