File: control

package info (click to toggle)
pyudev 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 716 kB
  • ctags: 870
  • sloc: python: 4,122; makefile: 16
file content (34 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (2)
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
Source: pyudev
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper (>= 9),
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools,
               dh-python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Standards-Version: 3.9.6
Homepage: http://pyudev.readthedocs.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyudev.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyudev.git

Package: python-pyudev
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, libudev1
Suggests: python-gobject, python-qt4, python-pyside.qtcore
Description: Python bindings for libudev
 This module provides a Python binding to the udev library.
 .
 It supports additional integration for GObject, PyQt4 and PySide.

Package: python3-pyudev
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, libudev1
Description: Python3 bindings for libudev
 This module provides a Python3 binding to the udev library.
 .
 It supports additional integration for GObject, PyQt4 and PySide.