File: control

package info (click to toggle)
python-enamlx 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 388 kB
  • sloc: python: 3,338; makefile: 18
file content (31 lines) | stat: -rw-r--r-- 876 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
Source: python-enamlx
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexander Sulfrian <alexander@sulfrian.net>
Build-Depends:
  debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-enaml,
  python3-setuptools,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-enamlx
Vcs-Git: https://salsa.debian.org/python-team/packages/python-enamlx.git
Homepage: https://github.com/frmdstryr/enamlx/
Rules-Requires-Root: no

Package: python3-enamlx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Additional Qt Widgets for Enaml
 Enamlx provides the following additional widgets for Enaml:
 .
  * TableView
  * TreeView
  * DoubleSpinBox
  * GraphicsView
  * PyQtGraph Plot
  * KeyEvent
 .
 This package contains the Python 3 version of enamlx.