File: control

package info (click to toggle)
spidev 3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ansic: 1,264; python: 31; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 901 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
Source: spidev
Section: python
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Anton Gladky <gladk@debian.org>
Testsuite: autopkgtest-pkg-python
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-setuptools
Standards-Version: 4.6.2
Homepage: https://github.com/doceme/py-spidev
Vcs-Browser: https://salsa.debian.org/electronics-team/spidev
Vcs-Git: https://salsa.debian.org/electronics-team/spidev.git

Package: python3-spidev
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python bindings for Linux SPI access through spidev
 This project contains a python module for interfacing with SPI
 devices from user space via the spidev linux kernel
 driver.