File: control

package info (click to toggle)
python-tempita 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 1,173; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 818 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
Source: python-tempita
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Ondřej Kobližek <koblizeko@gmail.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-pytest,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tempita.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tempita
Homepage: https://github.com/TurboGears/tempita

Package: python3-tempita
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: very small text templating language - Python 3.x
 Tempita is a small and simple Python text templating language mainly used
 by Paster (python-pastescript) to roll out new projects.