File: control

package info (click to toggle)
pyqt6-webengine 6.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: makefile: 17; sh: 10
file content (44 lines) | stat: -rw-r--r-- 1,790 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
36
37
38
39
40
41
42
43
44
Source: pyqt6-webengine
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               libqt6opengl6-dev,
               pyqt6-dev,
               python3-all-dev,
               python3-pyqtbuild (>= 1.19),
               python3-sipbuild (>= 6.13.1),
               qt6-base-dev (>= 6.2.4+dfsg-3~),
               qt6-webengine-dev,
               sip-tools (>= 6.13.1)
Standards-Version: 4.7.2
Homepage: https://www.riverbankcomputing.com/software/pyqtwebengine/intro
Vcs-Git: https://salsa.debian.org/python-team/packages/pyqt6-webengine.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyqt6-webengine

Package: pyqt6-webengine-dev
Architecture: all
Depends: pyqt6-dev, ${misc:Depends}
Description: Development files for PyQt6-WebEngine
 PyQt6-WebEngine is a set of Python bindings for the Qt WebEngine framework.
 .
 This package contains the source SIP files from which the Python bindings for
 Qt WebEngine are created.

Package: python3-pyqt6.qtwebengine
Architecture: any
Depends: python3-pyqt6.qtqml,
         python3-pyqt6.qtwebchannel,
         python3-pyqt6.sip (<< 14),
         python3-pyqt6.sip (>= 13),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Description: Python bindings for the Qt 6 WebEngine framework
 PyQt6-WebEngine is a set of Python bindings for the Qt WebEngine framework.
 The framework provides the ability to embed web content in applications and
 is based on the Chromium browser engine. The bindings sit on top of PyQt6 and
 are implemented as three separate modules corresponding to the different
 libraries that make up the framework.