File: control

package info (click to toggle)
python-qtpy 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • ctags: 178
  • sloc: python: 1,334; makefile: 4
file content (59 lines) | stat: -rw-r--r-- 2,315 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Source: python-qtpy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-qtpy.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-qtpy.git
Homepage: https://github.com/spyder-ide/qtpy
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-qtpy
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-pyqt5,
         python-pyqt5.qtmultimedia,
         python-pyqt5.qtopengl,
         python-pyqt5.qtsvg,
         python-pyqt5.qtwebkit
Description: abtraction layer for PySide/PyQt4/PyQt5 (Python 2)
 QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
 write applications using a single API call to either PyQt or PySide. QtPy
 also provides a set of additional QWidgets.
 . 
 It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
 the QtGui module has been split into QtGui and QtWidgets).
 Basically, you write your code as if you were using PyQt5 but import qt from
 QtPy instead of PyQt5.
 .
 This package provides the QtPy library for the Python 2 interpreter.

Package: python3-qtpy
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pyqt5,
         python3-pyqt5.qtmultimedia,
         python3-pyqt5.qtopengl,
         python3-pyqt5.qtsvg,
         python3-pyqt5.qtwebkit
Description: abtraction layer for PySide/PyQt4/PyQt5 (Python 3)
 QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
 write applications using a single API call to either PyQt or PySide. QtPy
 also provides a set of additional QWidgets.
 . 
 It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
 the QtGui module has been split into QtGui and QtWidgets).
 Basically, you write your code as if you were using PyQt5 but import qt from
 QtPy instead of PyQt5.
 .
 This package provides the QtPy library for the Python 3 interpreter.