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
|
Source: python-pyface
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
pybuild-plugin-pyproject,
python3-numpy <!nocheck>,
python3-packaging <!nocheck>,
python3-pygments <!nocheck>,
python3-pyqt5 <!nocheck>,
python3-pyqt5.qtmultimedia <!nocheck>,
python3-pyqt5.qtopengl <!nocheck>,
python3-pyqt5.qtsvg <!nocheck>,
python3-pyqt5.qtwebengine <!nocheck>,
python3-setuptools,
python3-traits (>= 6) <!nocheck>,
python3-wxgtk4.0 <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyface
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyface.git
Homepage: https://docs.enthought.com/pyface/
Rules-Requires-Root: no
Package: python3-pyface
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-numpy,
python3-pygments,
python3-pyqt5,
python3-pyqt5.qtopengl,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebengine,
python3-traits,
Description: traits-capable windowing framework
The pyface project contains a toolkit-independent GUI abstraction
layer, which is used to support the "visualization" features of the
Traits package. Thus, you can write code in terms of the Traits API
(views, items, editors, etc.), and let pyface and your selected
toolkit and back-end take care of the details of displaying them.
.
The following GUI backends are supported:
o wxPython
o PyQt
o PySide
|