debian-weasyprint/debian/control

55 lines
1.8 KiB
Plaintext

Source: weasyprint
Maintainer: Frederic Peters <fpeters@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
libpango-1.0-0,
libpangocairo-1.0-0,
python-all (>= 2.6.6-3),
python-cairocffi,
python-cairosvg,
python-cffi,
python-cssselect2,
python-html5lib,
python-pdfrw,
python-pyphen,
python-pytest,
python-pytest-runner,
python-setuptools (>= 0.6b3),
python-tinycss2,
python3-all,
python3-cairocffi,
python3-cairosvg,
python3-cffi,
python3-cssselect2,
python3-html5lib,
python3-pdfrw,
python3-pyphen,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
python3-tinycss2
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: http://weasyprint.org/
Package: python-weasyprint
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-cairosvg
Description: WeasyPrint converts web documents to PDF
WeasyPrint is a visual rendering engine for HTML and CSS that can export
to PDF. It aims to support web standards for printing.
.
WeasyPrint is free software made available under a BSD license.
Package: python3-weasyprint
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: WeasyPrint converts web documents to PDF (Python 3 module)
WeasyPrint is a visual rendering engine for HTML and CSS that can export
to PDF. It aims to support web standards for printing.
.
WeasyPrint is free software made available under a BSD license.