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
|
Source: bme280
Standards-Version: 4.7.2
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-pytz,
python3-setuptools,
python3-smbus2,
sphinx <!nodoc>,
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-pytz,
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
Multi-Arch: foreign
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.
|