File: control

package info (click to toggle)
bme280 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 260 kB
  • sloc: python: 429; makefile: 206
file content (43 lines) | stat: -rw-r--r-- 1,500 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
Source: bme280
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc <!nodoc>,
               python3-pytest <!nocheck>,
               python3-setuptools <!nocheck>,
               python3-smbus2 <!nocheck>,
               python3-tz <!nodoc>,
               sphinx <!nodoc>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/electronics-team/bme280
Vcs-Git: https://salsa.debian.org/electronics-team/bme280.git
Homepage: https://github.com/rm-hull/bme280

Package: python3-bme280
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
         python3-tz,
         python3-smbus2
Description: Python interface for a Bosch BME280 digital sensor module
 Sensor provides temperature, humidity and pressure through
 Python 3 using I2C interface.

Package: bme280-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Description: Python interface for a Bosch BME280 digital sensor module. Docs
 Sensor provides temperature, humidity and pressure through
 Python 3 using I2C interface.
 Package provides documentation and examples.