Source: python-periphery
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
Standards-Version: 4.6.0
Homepage: https://github.com/vsergeev/python-periphery/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-periphery
Vcs-Git: https://salsa.debian.org/python-team/packages/python-periphery.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-periphery
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-periphery-doc
Description: Peripheral I/O (Python3 version)
 A pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral
 I/O interface access in userspace Linux. It is useful in embedded Linux
 environments (including Raspberry Pi, BeagleBone, etc. platforms) for
 interfacing with external peripherals.
 .
 This package contains the Python 3 version of the library.

Package: python-periphery-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Peripheral I/O (Documentation)
 A pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral
 I/O interface access in userspace Linux. It is useful in embedded Linux
 environments (including Raspberry Pi, BeagleBone, etc. platforms) for
 interfacing with external peripherals.
 .
 This package contains the documentation.
