File: control

package info (click to toggle)
superqt 0.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: python: 9,065; makefile: 16; sh: 12
file content (76 lines) | stat: -rw-r--r-- 2,339 bytes parent folder | download | duplicates (2)
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
Source: superqt
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Stuart Prescott <stuart@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-hatchling,
 python3-hatch-vcs,
Build-Depends-Indep:
# mkdocs <!nodoc>,          # building the docs needs newer mkdocs and mkdocs-macros
# mkdocs-material <!nodoc>,
# mkdocs-material-extensions <!nodoc>,
# mkdocstrings <!nodoc>,
# mkdocstrings-python-handlers <!nodoc>,
 python3-all,
 python3-pyconify <!nocheck>,
 python3-numpy <!nocheck>,
 python3-pint <!nocheck>,
 python3-pygments <!nocheck>,
 python3-qtpy <!nocheck>,
 python3-pyqt5 <!nocheck>,
 python3-pyqt6 <!nocheck>,
 python3-pyside6.qtgui <!nocheck>,
 python3-pyside6.qttest <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytestqt <!nocheck>,
 xauth <!nocheck>,
 xserver-xephyr <!nocheck>,
 xvfb <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/pyapp-kit/superqt
Vcs-Git: https://salsa.debian.org/python-team/packages/superqt.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/superqt
Rules-Requires-Root: no

Package: python3-superqt
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-superqt-doc,
 python3-numpy,
 python3-pint,
 python3-pyconify,
Description: 'missing' widgets and components for PyQt/PySide
 The superqt project provides high-quality community-contributed Qt widgets
 and components for PyQt and PySide that are not provided in the
 native QtWidgets module. The module includes multihandle (range) sliders,
 comboboxes, and more.
 .
 The components are designed to be cross-platform and work with PyQt5, PyQt6,
 Pyside2, Pyside6.
 .
 This package contains the Python 3 module.

Package: python-superqt-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
Description: 'missing' widgets and components for PyQt/PySide - documentation
 The superqt project provides high-quality community-contributed Qt widgets
 and components for PyQt and PySide that are not provided in the
 native QtWidgets module. The module includes multihandle (range) sliders,
 comboboxes, and more.
 .
 The components are designed to be cross-platform and work with PyQt5, PyQt6,
 Pyside2, Pyside6.
 .
 This package contains the examples.