Source: genshi
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Arnaud Fontaine <arnau@debian.org>,
           Barry Warsaw <barry@debian.org>
# BAW 2013-12-13: Do not B-D on python3-all-dev since genshi._speedups.c is
# not yet Python 3.3 compatible.
#
# http://genshi.edgewall.org/ticket/555
Build-Depends: debhelper (>= 8),
               dh-python,
               python-all-dev (>= 2.6.6-3~),
               python-setuptools (>= 0.6b3),
               python3-all,
               python3-setuptools
Standards-Version: 3.9.5
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.3, << 3.4
Homepage: http://genshi.edgewall.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/genshi/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/genshi/trunk/

Package: python-genshi
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: doc-base, python-genshi-doc, python-pkg-resources
Description: Python XML-based template engine
 Genshi  is  a Python  library  that  provides  an integrated  set  of
 components  for  parsing,  generating,  and processing  HTML  or  XML
 content  in  a uniform  manner.   The  major  feature is  a  template
 language, which is heavily inspired by Kid.
 .
 This is the Python 2 version.

Package: python3-genshi
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: doc-base, python-genshi-doc, python3-pkg-resources
Description: Python XML-based template engine
 Genshi  is  a Python  library  that  provides  an integrated  set  of
 components  for  parsing,  generating,  and processing  HTML  or  XML
 content  in  a uniform  manner.   The  major  feature is  a  template
 language, which is heavily inspired by Kid.
 .
 This is the Python 3 version.

Package: python-genshi-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Description: Python XML-based template engine (documentation and examples)
 Genshi  is  a Python  library  that  provides  an integrated  set  of
 components  for  parsing,  generating,  and processing  HTML  or  XML
 content  in  a uniform  manner.   The  major  feature is  a  template
 language, which is heavily inspired by Kid.
 .
 This package contains documentation and example programs for Genshi.
