File: control

package info (click to toggle)
python-poppler-qt5 21.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: python: 424; makefile: 11
file content (35 lines) | stat: -rw-r--r-- 1,325 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
33
34
35
Source: python-poppler-qt5
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               libpoppler-qt5-dev,
               pkgconf,
               pyqt5-dev (>= 5.15.1),
               python3-all-dev,
               python3-pyqt5 (>= 5.15.1),
               python3-pyqtbuild,
               python3-setuptools,
               qtbase5-dev,
               sip-tools
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-poppler-qt5
Vcs-Git: https://salsa.debian.org/python-team/packages/python-poppler-qt5.git
Homepage: https://github.com/frescobaldi/python-poppler-qt5

Package: python3-poppler-qt5
Architecture: any
Depends: python3-pyqt5 (>= 5.15.1),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python binding to Poppler-Qt5 C++ library (Python 3)
 Python binding to libpoppler-qt5 that aims for completeness and for being
 actively maintained.  The bindings closely follow the C++ library API
 documented at http://people.freedesktop.org/~aacid/docs/qt5/ .
 .
 This package contains the Python 3 binding.