File: control

package info (click to toggle)
mako 1.0.7%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,536 kB
  • ctags: 1,480
  • sloc: python: 12,020; makefile: 167
file content (61 lines) | stat: -rw-r--r-- 2,803 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: mako
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10~), dh-python
Build-Depends-Indep: python-all, python-setuptools,
 python3-all, python3-setuptools,
# to rebuild docs:
 python-sphinx, python-changelog, python-sphinx-paramlinks,
# for tests:
 python-pytest, python-markupsafe, python-mock,
 python3-pytest, python3-markupsafe, python3-mock
Standards-Version: 4.0.0
Homepage: http://www.makotemplates.org/
X-Python-Version: >= 2.4
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/mako.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mako.git

Package: python-mako
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-beaker (>= 1.1), python-mako-doc
Enhances: python-pylons, python-turbogears, python-pygments
Description: fast and lightweight templating for the Python 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.

Package: python3-mako
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: ${python3:Suggests}, python3-beaker, python-mako-doc
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.

Package: python-mako-doc
Section: doc
Architecture: all
Priority: extra
Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
Breaks: python-mako (<< 0.3.6-1)
Replaces: python-mako (<< 0.3.6-1)
Suggests: python-mako, python3-mako
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.