File: control

package info (click to toggle)
pykde4 4%3A4.14.3-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,912 kB
  • ctags: 18,431
  • sloc: python: 2,063; cpp: 327; makefile: 52; sh: 5
file content (133 lines) | stat: -rw-r--r-- 4,036 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
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
Source: pykde4
Section: python
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Build-Depends: debhelper (>= 9),
               kde-sc-dev-latest (>= 4:4.12),
               kdelibs5-dev (>= 4:4.11),
               kdepimlibs5-dev (>= 4:4.13),
               libboost-dev (>= 1.34.0),
               libphonon-dev (>= 4:4.6.0really4.4.4),
               libqt4-dev (>= 4:4.7.1),
               libqt4-opengl-dev (>= 4:4.7.1),
               libsoprano-dev (>= 2.7.0),
               pkg-config,
               pkg-kde-tools (>= 0.12),
               python-all-dev (>= 2.6.6-3~),
               python-qt4 (>= 4.9.5),
               python-qt4-dev (>= 4.9.5),
               python-sip-dev (>= 4.14),
               python3-all-dev,
               python3-pyqt4 (>= 4.9.5),
               python3-sip-dev (>= 4.14),
               shared-desktop-ontologies (>= 0.8)
Uploaders: Sune Vuorela <sune@debian.org>,
           Modestas Vainius <modax@debian.org>,
           Michael Meskes <meskes@debian.org>,
           Maximiliano Curia <maxy@debian.org>
Standards-Version: 3.9.8
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
Homepage: http://www.kde.org
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-sc/pykde4.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-sc/pykde4.git

Package: python-kde4
Architecture: any
Depends: python-qt4 (>= 4.8.3-3~),
         python-sip,
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
         ${sip:Depends}
Suggests: ${shlibs:Suggests}
Provides: ${python:Provides}
Breaks: plasma-scriptengine-python (<< 4:4.6.5), python-qt4 (<< 4.8.3-3~)
Description: Python bindings for the KDE Development Platform
 This package contains PyKDE, the Python bindings for the KDE
 libraries, that allow you to write KDE programs using Python instead of
 C++. It contains at least the following modules under the
 PyKDE namespace:
 .
  * dnssd
  * kdecore
  * kdeui
  * khtml
  * kio
  * knewstuff
  * kparts
  * kterminal
  * ktexteditor
  * kutils
  * nepomuk
  * plasma
  * solid
 .
 And a few KDE related technologies like:
 .
  * akonadi
  * phonon
  * soprano
 .
 This package provides modules for all supported Python versions.

Package: python-kde4-dev
Architecture: all
Depends: python-kde4 (>= ${source:Version}) | python3-pykde4 (>= ${source:Version}),
         ${misc:Depends}
Breaks: python-kde4 (<< ${source:Version})
Description: UIC compiler and SIP files for PyKDE
 This package contains pykdeuic4, a wrapper around PyQt's own UIC (user
 interface compiler). It is needed to generate code from Qt Designer's
 UI files. You want to install this package if you are writing a PyKDE
 application which has .ui files, or running one of these applications
 from source.
 .
 It also contains the .sip files for PyKDE, needed to build packages
 with classes based on PyKDE.

Package: python-kde4-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation and examples for PyKDE
 This package contains API documentation for PyKDE, and some example code
 showing how to use it. You will probably want to install this package if
 you are developing applications based on PyKDE.

Package: python3-pykde4
Architecture: any
Depends: python3-pyqt4,
         python3-sip,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         ${sip3:Depends}
Provides: ${python3:Provides}
Description: Python 3 bindings for the KDE Development Platform
 This package contains PyKDE, the Python 3 bindings for the KDE
 libraries, that allow you to write KDE programs using Python 3 instead of
 C++. It contains at least the following modules under the
 PyKDE namespace:
 .
  * dnssd
  * kdecore
  * kdeui
  * khtml
  * kio
  * knewstuff
  * kparts
  * kterminal
  * ktexteditor
  * kutils
  * nepomuk
  * plasma
  * solid
 .
 And a few KDE related technologies like:
 .
  * akonadi
  * phonon
  * soprano
 .
 This package provides modules for all supported Python 3 versions.