File: control

package info (click to toggle)
python-adafruit-platformdetect 3.87.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 2,607; sh: 6; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,094 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
Source: python-adafruit-platformdetect
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Lena Voytek <lena@voytek.dev>
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://github.com/adafruit/Adafruit_Python_PlatformDetect
Vcs-Git: https://salsa.debian.org/python-team/packages/python-adafruit-platformdetect.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-adafruit-platformdetect
Testsuite: autopkgtest-pkg-python

Package: python3-adafruit-platformdetect
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python:Recommends},
Description: Best-guess platform detection for single-board computers.
 Adafruit-Platformdetect is a library that provides best-guess platform
 detection for a range of single-board computers and (potentially) other
 platforms. It was written primarily for use in Adafruit_Blinka, but may
 be useful in other contexts.