Config.in 728 B

123456789101112131415161718192021222324252627
  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. config BR2_PACKAGE_PYTHON_MAKO_EXT_BABELPLUGIN
  17. bool "mako extension babelplugin"
  18. select BR2_PACKAGE_PYTHON_BABEL # runtime
  19. help
  20. Provide python-babel support for
  21. mako.ext.babelplugin
  22. endif