File: control

package info (click to toggle)
python-traitsui 8.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,232 kB
  • sloc: python: 58,982; makefile: 113
file content (36 lines) | stat: -rw-r--r-- 1,447 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
Source: python-traitsui
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-configobj,
               python3-setuptools,
               python3-packaging <!nocheck>,
               python3-pyface (>= 7) <!nocheck>,
               python3-pyqt5.qtmultimedia <!nocheck>,
               python3-traits (>= 6) <!nocheck>,
               xvfb <!nocheck>,
               xauth <!nocheck>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-traitsui.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-traitsui
Homepage: https://docs.enthought.com/traitsui/

Package: python3-traitsui
Architecture: all
Depends: python3-pyface,
         python3-traits,
         ${misc:Depends},
         ${python3:Depends}
Description: traits-capable user interfaces
 The traitsui 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 traitsui and your selected
 toolkit and back-end take care of the details of displaying them.