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 77 78 79 80
|
Source: python-qt4
Section: python
Priority: optional
Maintainer: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python, python-all-dev, libqt4-dev (>= 4.2.0-2), sip4 (>= 4.4.5-4), python-sip4-dev (>= 4.4.5-4), python-central (>= 0.5.0), dpatch
Standards-Version: 3.7.2
XS-Python-Version: all
Package: python-qt4
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-sip4 (>= 4.4.5), python-sip4 (<< 4.5), python-elementtree
XB-Python-Version: ${python:Versions}
Description: Python bindings for Qt4
PyQt4 exposes the Qt4 API to Python. The following modules are supported:
* QtCore
* QtGui
* QtNetwork
* QtXml
* QtSvg
* QtAssistant
* QtOpenGL (in python-qt4-gl)
* QtSql (in python-qt4-sql)
.
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
Package: python-qt4-gl
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4 (=${Source-Version}), python-opengl (>= 2.0.1.09-2.2)
XB-Python-Version: ${python:Versions}
Description: Python bindings for Qt4's OpenGL module
The OpenGL module of Qt4 provides widgets and utility classes
for OpenGL rendering in a Qt4 application.
.
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
Package: python-qt4-sql
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4 (= ${Source-Version})
XB-Python-Version: ${python:Versions}
Description: Python bindings for Qt4's SQL module
The SQL module of Qt4 provides widgets and utility classes for
SQL database access.
.
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
Package: python-qt4-dev
Architecture: all
Description: Development files for PyQt4
This package contains the source SIP files from which the Python
bindings for Qt4 are created. They are needed for building PyQt4
as well as creating bindings for own Qt4 widgets written in C++.
.
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
Package: python-qt4-doc
Architecture: all
Section: doc
Suggests: qt4-doc
Description: Documentation and examples for PyQt4
PyQt4 exposes the Qt4 GUI toolkit in Python.
.
This package contains Python-specific documentation for PyQt4 and
the Qt example programs ported to Python.
.
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
Package: pyqt4-dev-tools
Depends: ${shlibs:Depends}, python, python-qt4
XB-Python-Version: current
Architecture: any
Description: Development tools for PyQt4
This package contains various support tools for PyQt4 developers:
* a user interface compiler (pyuic4)
* a resource file generator (pyrcc4)
* a translation string finder (pylupdate)
.
Homepage: http://www.riverbankcomputing.co.uk/pyqt/index.php
|