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 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
|
Source: python-qt4
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>,
Michael Casadevall <mcasadevall@debian.org>,
Bernd Zeimetz <bzed@debian.org>,
Scott Kitterman <scott@kitterman.com>
Build-Depends: dpkg-dev (>= 1.16.1~),
debhelper (>= 7),
libicu-dev,
libdbus-1-dev (>= 1.0.2),
libphonon-dev (>= 4:4.2.0-2),
libqt4-dev (>= 4:4.8.0-1~),
libqt4-opengl-dev,
libqtassistantclient-dev,
libqtwebkit-dev,
python-all-dbg,
python-all-dev (>= 2.7.2-5~),
python3-all-dbg,
python3-all-dev (>= 3.2.2~rc1-1~),
python-dbus (>= 1.0.0~),
python-dbus-dbg,
python3-dbus,
python3-dbus-dbg,
python-dbus-dev,
python-sip-dbg,
python-sip-dev (>= 4.13.3-2~),
python3-sip-dbg,
python3-sip-dev (>= 4.13.3-2~),
python-sphinx (>= 1.0.7+dfsg-1~)
Build-Conflicts: python-xml, python-xml-dbg
Standards-Version: 3.9.3
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-qt4/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-qt4/trunk/
Package: python-qt4
Architecture: any
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, ${sip:Depends}
Suggests: python-qt4-dbg
Replaces: python-qt4-dev (<< 4.4.4-3~)
Breaks: python-qscintilla2 (<= 2.5.1-1),
python-qwt5-qt4 (<= 5.2.1~cvs20091107+dfsg-6),
python-qwt3d-qt4 (<< 0.1.7~cvs20090625-7),
python-kde4 (<= 4:4.6.80-3+b1),
python-qt4-dbg (<< 4.8.3-3),
python-qt4-gl (<< 4.8.3-3),
python-qt4-sql-dbg (<< 4.8.3-3),
python-qt4-sql (<< 4.8.3-3),
python-qt4-phonon-dbg (<< 4.8.3-3),
python-qt4-gl-dbg (<< 4.8.3-3),
python-qt4-phonon (<< 4.8.3-3),
python-sip4 (<< 4.13.1~)
Description: Python bindings for Qt4
PyQt4 exposes the Qt4 API to Python. The following modules are supported:
* QtCore
* QtDBus
* QtGui
* QtNetwork
* QtXml
* QtScript
* QtSvg
* QtTest
* QtAssistant
* QtWebKit
* QtOpenGL (in python-qt4-gl)
* QtSql (in python-qt4-sql)
* phonon (in python-qt4-phonon)
Package: python3-pyqt4
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${sip3:Depends}
Suggests: python3-pyqt4-dbg
Breaks: python3-sip (<< 4.13.1~)
Description: Python3 bindings for Qt4
PyQt4 exposes the Qt4 API to Python3. The following modules are supported:
* QtCore
* QtDBus
* QtGui
* QtNetwork
* QtXml
* QtScript
* QtSvg
* QtTest
* QtAssistant
* QtWebKit
* QtOpenGL (in python3-pyqt4.qtopengl)
* QtSql (in python3-pyqt4.qtsql)
* phonon (in python3-pyqt4.phonon)
Package: python-qt4-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-dbg,
python-qt4 (= ${binary:Version}),
python-sip-dbg,
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for Qt4 (debug extensions)
PyQt4 exposes the Qt4 API to Python.
.
This package contains the extensions built for the Python debug interpreter.
Package: python3-pyqt4-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt4 (= ${binary:Version}),
python3-sip-dbg,
${misc:Depends},
${shlibs:Depends}
Description: Python3 bindings for Qt4 (debug extensions)
PyQt4 exposes the Qt4 API to Python3.
.
This package contains the extensions built for the Python3 debug interpreter.
Package: python-qt4-phonon
Architecture: any
Depends: python-qt4 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Python bindings for Phonon
The Phonon module of PyQt4 provides bindings for the Phonon Multimedia library
to Python.
Package: python3-pyqt4.phonon
Architecture: any
Depends: python3-pyqt4 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python3 bindings for Phonon
The Phonon module of PyQt4 provides bindings for the Phonon Multimedia library
to Python3.
Package: python-qt4-phonon-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-dbg,
python-qt4-dbg (= ${binary:Version}),
python-qt4-phonon (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for Phonon (debug extensions)
The Phonon module of PyQt4 provides bindings for the Phonon Multimedia library
to Python.
.
This package contains the extensions built for the Python debug interpreter.
Package: python3-pyqt4.phonon-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt4-dbg (= ${binary:Version}),
python3-pyqt4.phonon (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python3 bindings for Phonon (debug extensions)
The Phonon module of PyQt4 provides bindings for the Phonon Multimedia library
to Python3.
.
This package contains the extensions built for the Python3 debug interpreter.
Package: python-qt4-dbus
Architecture: any
Depends: python-dbus (>= 0.84.0-2~),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: D-Bus Support for PyQt4
The D-Bus module of PyQt4 provides integration of PyQt4 applications
with the D-Bus main loop.
Package: python-qt4-dbus-dbg
Architecture: any
Priority: extra
Section: debug
Depends: python-dbg,
python-dbus-dbg,
python-qt4-dbus (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: D-Bus Support for PyQt4 (debug extensions)
The D-Bus module of PyQt4 provides integration of PyQt4 applications
with the D-Bus main loop.
.
This package contains the extensions built for the Python debug interpreter.
Package: python3-dbus.mainloop.qt
Architecture: any
Depends: python3-dbus,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: D-Bus Support for PyQt4 with Python 3
The D-Bus module of PyQt4 provides integration of PyQt4 applications
with the D-Bus main loop for Python 3
Package: python3-dbus.mainloop.qt-dbg
Architecture: any
Priority: extra
Section: debug
Depends: python3-dbg,
python3-dbus-dbg,
python3-dbus.mainloop.qt (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: D-Bus Support for PyQt4 (debug extensions for Python 3)
The D-Bus module of PyQt4 provides integration of PyQt4 applications
with the D-Bus main loop for Python 3
.
This package contains the extensions built for the Python debug interpreter.
Package: python-qt4-gl
Architecture: any
Depends: python-qt4 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Python bindings for Qt4's OpenGL module
The OpenGL module of PyQt4 provides widgets and utility classes
for OpenGL rendering in a PyQt4 application.
Package: python-qt4-gl-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-dbg,
python-qt4-dbg (= ${binary:Version}),
python-qt4-gl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for Qt4's OpenGL module (debug extension)
The OpenGL module of PyQt4 provides widgets and utility classes
for OpenGL rendering in a PyQt4 application.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-pyqt4.qtopengl
Architecture: any
Depends: python3-pyqt4 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt4's OpenGL module
The OpenGL module of PyQt4 provides widgets and utility classes
for OpenGL rendering in a Python3 PyQt4 application.
Package: python3-pyqt4.qtopengl-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt4-dbg (= ${binary:Version}),
python3-pyqt4.qtopengl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt4's OpenGL module (debug extension)
The OpenGL module of PyQt4 provides widgets and utility classes
for OpenGL rendering in a Python3 PyQt4 application.
.
This package contains the extension built for the Python 3 debug interpreter.
Package: python-qt4-sql
Architecture: any
Depends: python-qt4 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Python bindings for PyQt4's SQL module
The SQL module of PyQt4 provides widgets and utility classes for
SQL database access.
Package: python3-pyqt4.qtsql
Architecture: any
Depends: python3-pyqt4 (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: Python3 bindings for PyQt4's SQL module
The SQL module of PyQt4 provides widgets and utility classes for
Python3 SQL database access.
Package: python-qt4-sql-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-dbg,
python-qt4-dbg (= ${binary:Version}),
python-qt4-sql (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python bindings for PyQt4's SQL module (debug extension)
The SQL module of PyQt4 provides widgets and utility classes for
SQL database access.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-pyqt4.qtsql-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python3-dbg,
python3-pyqt4-dbg (= ${binary:Version}),
python3-pyqt4.qtsql (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python3 bindings for PyQt4's SQL module (debug extension)
The SQL module of PyQt4 provides widgets and utility classes for
Python3 SQL database access.
.
This package contains the extension built for the Python3 debug interpreter.
Package: python-qt4-dev
Architecture: all
Depends: python-sip-dev, ${misc:Depends}, ${python:Depends}
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++.
Package: python-qt4-doc
Architecture: all
Section: doc
Suggests: qt4-doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
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.
Package: pyqt4-dev-tools
Depends: python,
python-qt4 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
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)
|