File: control

package info (click to toggle)
django-wkhtmltopdf 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 196 kB
  • sloc: python: 792; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 903 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
Source: django-wkhtmltopdf
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools
Standards-Version: 4.6.1
Homepage: https://github.com/incuna/django-wkhtmltopdf
Vcs-Git: https://salsa.debian.org/python-team/packages/django-wkhtmltopdf.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-wkhtmltopdf

Package: python3-django-wkhtmltopdf
Architecture: all
Depends:
 wkhtmltopdf,
 ${misc:Depends},
 ${python3:Depends},
 python3-django,
 python3-six
Description: Django module with views for HTML to PDF conversions (Python 3)
 Django Wkhtmltopdf provides Django views to wrap the HTML to PDF conversion
 of the `wkhtmltopdf <http://wkhtmltopdf.org>` binary.
 .
 This is the Python 3 version of the package.