File: control

package info (click to toggle)
python-stringtemplate3 3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,392 kB
  • sloc: python: 8,819; makefile: 20
file content (56 lines) | stat: -rw-r--r-- 2,038 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
Source: python-stringtemplate3
Section: python
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools (>= 66~),
 python-all,
 python-setuptools,
 python-six,
 python3-all,
 python3-setuptools,
 python3-six,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-stringtemplate3
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-stringtemplate3.git
Homepage: http://www.stringtemplate.org/

Package: python-stringtemplate3
Architecture: all
Depends:
 python-antlr,
 python-six,
 ${misc:Depends},
 ${python:Depends},
Description: template engine with strict model-view separation - Python 2.7
 StringTemplate is a template engine for generating source code, web pages,
 emails, or any other formatted text output. StringTemplate is particularly
 good at multi-targeted code generators, multiple site skins, and
 internationalization/localization. It evolved over years of effort developing
 jGuru.com. StringTemplate also powers the ANTLR v3 code generator. Its
 distinguishing characteristic is that it strictly enforces model-view
 separation unlike other engines.
 .
 This package contains the Python 2.7 module.

Package: python3-stringtemplate3
Architecture: all
Depends:
 python3-antlr,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: template engine with strict model-view separation - Python 3
 StringTemplate is a template engine for generating source code, web pages,
 emails, or any other formatted text output. StringTemplate is particularly
 good at multi-targeted code generators, multiple site skins, and
 internationalization/localization. It evolved over years of effort developing
 jGuru.com. StringTemplate also powers the ANTLR v3 code generator. Its
 distinguishing characteristic is that it strictly enforces model-view
 separation unlike other engines.
 .
 This package contains the Python 3 module.