File: control

package info (click to toggle)
pybluez 0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,832 kB
  • sloc: ansic: 4,591; python: 4,320; objc: 3,363; cpp: 1,950; makefile: 190
file content (26 lines) | stat: -rw-r--r-- 1,027 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
Source: pybluez
Section: python
Priority: optional
Maintainer: Debian Bluetooth Maintainers <team+pkg-bluetooth@tracker.debian.org>
Uploaders: Albert Huang <albert@csail.mit.edu>
Build-Depends: debhelper (>= 11),
 dpkg-dev (>= 1.16.1~),
 libbluetooth-dev,
 dh-python,
 python3-all-dev,
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/bluetooth-team/pybluez.git
Vcs-Browser: https://salsa.debian.org/bluetooth-team/pybluez
Homepage: https://github.com/pybluez/pybluez
Standards-Version: 4.2.1

Package: python3-bluez
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-gattlib
Provides: python3-bluetooth, ${python3:Provides}
Description: Python 3 wrappers around BlueZ for rapid bluetooth development
 PyBluez is an effort to create Python wrappers around BlueZ to allow Python
 developers to use system bluetooth resources. PyBluez works on machines
 running the GNU/Linux operating system and the bluez bluetooth stack.
 .
 This package provides the "bluetooth" Python 3 module.