File: control

package info (click to toggle)
pyudev 0.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 524 kB
  • ctags: 723
  • sloc: python: 2,978; makefile: 16
file content (34 lines) | stat: -rw-r--r-- 1,241 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
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 (>= 8),
               python-all,
               python3-all,
               python-setuptools,
               python3-setuptools,
               libudev-dev (>= 183)
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1
Standards-Version: 3.9.4
Homepage: http://pyudev.readthedocs.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyudev/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyudev/trunk/

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.