Source: spidev
Section: python
Priority: optional
Maintainer: Serge Schneider <serge@raspberrypi.org>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/doceme/py-spidev
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-spidev
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-spidev-doc
Description: Bindings for Linux SPI access through spidev (Python 2)
 Contains a module for interfacing with SPI devices from user space via the spidev linux kernel driver
 .
 This package installs the library for Python 2.

Package: python3-spidev
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-spidev-doc
Description: Bindings for Linux SPI access through spidev (Python 3)
 Contains a module for interfacing with SPI devices from user space via the spidev linux kernel driver
 .
 This package installs the library for Python 3.
