File: control

package info (click to toggle)
python-plyer 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,668 kB
  • sloc: python: 13,112; sh: 217; makefile: 177
file content (28 lines) | stat: -rw-r--r-- 800 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
28
Source: python-plyer
Section: python
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3,
 python3-mock <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/debian/python-plyer.git
Vcs-Browser: https://salsa.debian.org/debian/python-plyer
Homepage: https://plyer.readthedocs.io/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-plyer
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Provides: ${python3:Provides}
Description: platform-independent wrapper for platform-dependent APIs
 Plyer is a platform-independent api
 to use features commonly found on various platforms,
 notably mobile ones, in Python.