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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: power
Section: python
Priority: optional
Maintainer: 3-D printer team <3dprinter-general@lists.alioth.debian.org>
Uploaders: Changwoo Ryu <cwryu@debian.org>
Build-Depends: debhelper (>= 9.0.0),
dh-python (>> 1.20130913),
python-all (>= 2.6.6-3~),
python3-all (>= 3.2~),
python-setuptools,
python3-setuptools,
Standards-Version: 3.9.5
Homepage: https://github.com/Kentzo/Power
Vcs-Git: git://anonscm.debian.org/3dprinter/packages/power.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=3dprinter/packages/power.git;a=summary
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-power
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
Provides: ${python:Provides}
Description: Python module to get get power and battery status (Python 2)
This is Python module that allows you to get power and battery status
of the system.
.
Using this module, Python programs which read power status can
be written in platform independent way.
.
This module is built for Python version 2.x.
Package: python3-power
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
Provides: ${python3:Provides}
Description: Python module to get get power and battery status (Python 3)
This is Python module that allows you to get power and battery status
of the system.
.
Using this module, Python programs which read power status can
be written in platform independent way.
.
This module is built for Python version 3.x.
|