File: control

package info (click to toggle)
python-qpageview 0.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 780 kB
  • sloc: python: 5,215; makefile: 22
file content (32 lines) | stat: -rw-r--r-- 1,203 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
Source: python-qpageview
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jean Baptiste Favre <debian@jbfavre.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-pyqt5,
               python3-pyqt5.qtsvg
Standards-Version: 4.7.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/frescobaldi/qpageview
Vcs-Git: https://salsa.debian.org/python-team/packages/python-qpageview.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-qpageview

Package: python3-qpageview
Architecture: all
Depends: python3-pyqt5,
         python3-pyqt5.qtsvg,
         ${python3:Depends},
         ${misc:Depends}
Description: qpageview provides a document viewer widget for Qt5/PyQt5
 qpageview is a versatile View widget with many optional
 mixin classes to cater for anything between basic or powerful
 functionality while preserving performances displaying
 large PDF document, rendering in a background thread
 with smart priority control.
 .
 This package installs the library for Python 3.