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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
Source: pyotherside
Section: libs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Felix Zielcke <fzielcke@z-51.de>
Build-Depends: debhelper-compat (= 13),
dh-exec,
libqt5opengl5-dev,
libqt5svg5-dev,
libqt6opengl6-dev,
libqt6svg6-dev,
python3-dev,
python3-sphinx,
python3-sphinx-rtd-theme,
qmake6,
qt5-qmake,
qt6-base-dev,
qt6-declarative-dev,
qtbase5-dev,
qtdeclarative5-dev,
xauth,
xvfb
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pyotherside.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyotherside
Homepage: https://thp.io/2011/pyotherside/
Package: qml-module-io-thp-pyotherside
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: python3:any, ${misc:Depends}, ${shlibs:Depends}
Description: asynchronous Python 3 Bindings for Qt 5 (QML plugin)
A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt 5 QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
This package provides the QML 5 plugin.
Package: qml6-module-io-thp-pyotherside
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: python3:any, ${misc:Depends}, ${shlibs:Depends}
Description: asynchronous Python 3 Bindings for Qt 6 (QML plugin)
A Qt 6 QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
This package provides the QML 6 plugin.
Package: pyotherside-doc
Section: doc
Multi-Arch: foreign
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: asynchronous Python 3 Bindings for Qt (documentation)
A Qt QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
This package provides the HTML documentation as well as the set of examples.
Package: pyotherside-tests
Section: misc
Multi-Arch: same
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: python3:any,
qml-module-io-thp-pyotherside (= ${binary:Version}),
qml6-module-io-thp-pyotherside (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Asynchronous Python 3 Bindings for Qt (QT5 tests)
A Qt QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
This package contains the test suite that can be started post-installation.
|