File: control

package info (click to toggle)
python-meld3 0.6.5-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 420 kB
  • sloc: python: 2,897; ansic: 319; makefile: 58
file content (20 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-meld3
Section: python
Priority: extra
Maintainer: Anders Hammarquist <iko@debian.org>
Build-Depends: debhelper (>= 7), python-setuptools (>= 0.6c7), python-support, python-all-dev (>= 2.5.4)
XS-Python-Version: >= 2.5
Standards-Version: 3.8.3
Homepage: http://plope.com/software/meld3/

Package: python-meld3
Section: python
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Description: An HTML/XML templating system for Python
 meld3 is an HTML/XML templating system for Python 2.3+ which keeps
 template markup and dynamic rendering logic separate from one
 another. meld3 can deal with HTML or XML/XHTML input and can output
 well-formed HTML or XML/XHTML.