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.
