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
|
Source: python-kde3
Section: python
Priority: optional
Maintainer: Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), libqt3-mt-dev (>= 3:3.1.1), qt3-dev-tools (>= 3:3.1.1-2), qt3-apps-dev (>= 3:3.1.1-2), libqt3-compat-headers (>= 3:3.1.1-2), python, python-all-dev, sip4 (>= 4.4.3), sip4 (<< 4.5), python-sip4-dev (>= 4.4.5), python-qt3 (>= 3.16-1.1), python-qt-dev (>= 3.16), kdelibs4-dev, python-central (>= 0.5.0)
Standards-Version: 3.7.2
XS-Python-Version: all
Package: python-kde3
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.16-1.1)
Replaces: python2.3-kde3, python2.4-kde3
Conflicts: python2.3-kde3, python2.4-kde3
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: KDE3 bindings for Python
Python binding module that provides wide access to the KDE3 API,
also known as PyKDE. Using this, you'll get (for example) classes
from kio, kjs, khtml and kprint.
.
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php
Package: python-kde3-doc
Section: doc
Architecture: all
Description: Documentation and examples for PyKDE
General documentation and examples for PyKDE providing programming
tips and working code you can use to learn from.
.
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php
Package: python-kde3-dev
Section: python
Architecture: all
Depends: pyqt-tools, python
Description: KDE3 bindings for Python - Development files and scripts
Development .sip files with definitions of PyKDE classes. They
are needed to build PyKDE, but also as building blocks of other
packages based on them.
The package also contains kdepyuic, a wrapper script around PyQt's
user interface compiler.
.
Homepage: http://www.riverbankcomputing.co.uk/pykde/index.php
|