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.
|