Source: mako Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Debian Python Team , Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-python, Build-Depends-Indep: python3-all, python3-changelog , python3-markupsafe , python3-mock , python3-pytest , python3-setuptools, python3-sphinx , python3-sphinx-paramlinks , python3-sphinxcontrib.jquery , python3-zzzeeksphinx , Standards-Version: 4.6.2 Homepage: https://www.makotemplates.org/ Vcs-Git: https://salsa.debian.org/python-team/packages/mako.git Vcs-Browser: https://salsa.debian.org/python-team/packages/mako Package: python-mako-doc Section: doc Build-Profiles: Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Suggests: python3-mako, Multi-Arch: foreign Description: documentation for the Mako Python library Mako is a template library written in Python. . This package contains the documentation for Mako in HTML and reStructuredText formats. Package: python3-mako Architecture: all Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, Breaks: python-mako (<< 1.1.0+ds1-1), Replaces: python-mako (<< 1.1.0+ds1-1), Suggests: python-mako-doc , python3-beaker, ${python3:Suggests}, Description: fast and lightweight templating for the Python 3 platform Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.