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.
