File: control

package info (click to toggle)
python-ewmh 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 152 kB
  • ctags: 79
  • sloc: python: 210; makefile: 113
file content (54 lines) | stat: -rw-r--r-- 2,065 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
Source: python-ewmh
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Reuben Thomas <rrt@sc3d.org>, Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools (>= 0.6.24),
               python3-all,
               python3-setuptools (>= 0.6.24),
               python-docutils,
               python-sphinx,
               python-xlib,
               python3-xlib
Standards-Version: 3.9.8
Homepage: https://github.com/parkouss/pyewmh/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-ewmh.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-ewmh.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-ewmh
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-ewmh-doc
Description: Python interface to EWMH-compliant window managers (Python 2)
 python-ewmh is a 100% pure Python implementation of the EWMH (Extended
 Window Manager Hints) protocol, which can be used to query and control
 EWMH-compliant window managers.
 .
 This package installs the library for Python 2.

Package: python3-ewmh
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-ewmh-doc
Description: Python interface to EWMH-compliant window managers (Python 3)
 python-ewmh is a 100% pure Python implementation of the EWMH (Extended
 Window Manager Hints) protocol, which can be used to query and control
 EWMH-compliant window managers.
 .
 This package installs the library for Python 3.

Package: python-ewmh-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python interface to EWMH-compliant window managers (common documentation)
 python-ewmh is a 100% pure Python implementation of the EWMH (Extended
 Window Manager Hints) protocol, which can be used to query and control
 EWMH-compliant window managers.
 .
 This is the common documentation package.