File: control

package info (click to toggle)
python-meld3 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 276 kB
  • ctags: 293
  • sloc: python: 2,613; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 1,480 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
Source: python-meld3
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jackson Doak <noskcaj@ubuntu.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python3-all,
               python-setuptools (>= 0.6c7),
               python3-setuptools
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/meld3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-meld3/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-meld3/trunk/

Package: python-meld3
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: 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.

Package: python3-meld3
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}
Description: HTML/XML templating system for Python (Python 3)
 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.
 .
 This package installs the library for Python 3.