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 45 46 47 48 49 50 51 52 53 54
|
Source: python-anyqt
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx <!nodoc>,
Standards-Version: 4.6.1
Homepage: https://anyqt.readthedocs.io
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-anyqt
Vcs-Git: https://salsa.debian.org/python-team/packages/python-anyqt.git
Package: python3-anyqt
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-anyqt-doc
Description: PyQt/PySide compatibility layer for Qt4/Qt5/Qt6.
The package allows the programmer to program equally for two different
versions of Qt:
* At the top level AnyQt exports a Qt5 compatible module namespace along with
some minimal renames to better support portability between different
versions
* Which Qt API/backend is chosen can be controlled by a QT_API env variable
* The api can be chosen/forced programmatically (as long as no
PyQt4/PyQt5/PySide/PySide2 was already imported)
* Provides an optional compatibility import hook, that denys imports from
conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5
compatible API (some monkey patching is involved).
.
This package installs the library for Python 3.
Package: python-anyqt-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${python3:Depends}, ${misc:Depends}
Description: PyQt/PySide compatibility layer for Qt4/Qt5/Qt6.
The package allows the programmer to program equally for two different
versions of Qt:
* At the top level AnyQt exports a Qt5 compatible module namespace along with
some minimal renames to better support portability between different
versions
* Which Qt API/backend is chosen can be controlled by a QT_API env variable
* The api can be chosen/forced programmatically (as long as no
PyQt4/PyQt5/PySide/PySide2 was already imported)
* Provides an optional compatibility import hook, that denys imports from
conflicting Qt api, or intercepts and fakes a Qt4 api imports, to use a Qt5
compatible API (some monkey patching is involved).
.
This is the AnyQt documentation package.
|