File: control

package info (click to toggle)
mako 1.2.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,412 kB
  • sloc: python: 11,839; makefile: 130; sh: 17
file content (65 lines) | stat: -rw-r--r-- 2,018 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
62
63
64
65
Source: mako
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders:
 Debian Python Team <team+python@tracker.debian.org>,
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
Build-Depends-Indep:
 python3-all,
 python3-changelog <!nodoc>,
 python3-markupsafe <!nocheck>,
 python3-mock <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-paramlinks <!nodoc>,
 python3-zzzeeksphinx <!nodoc>,
Standards-Version: 4.6.1
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: <!nodoc>
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 <!nodoc>,
 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.