File: control

package info (click to toggle)
python-aiohue 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: python: 4,444; sh: 30; makefile: 5
file content (42 lines) | stat: -rw-r--r-- 1,394 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: python-aiohue
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Tianyu Chen <billchenchina2001@gmail.com>,
 Edward Betts <edward@4angle.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 openstack-pkg-tools,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-asyncio-throttle <!nocheck>,
 python3-awesomeversion <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-aiohttp <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-aiohue
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-aiohue.git
Homepage: https://github.com/home-assistant-libs/aiohue
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aiohue
Architecture: all
Depends:
 python3-aiohttp,
 python3-asyncio-throttle,
 python3-awesomeversion,
 ${misc:Depends},
 ${python3:Depends},
Description: module to talk to Philips Hue
 This Python library provides support for the Philips Hue API. It supports both
 the new style V2 API (only available on V2 bridges) and the old style V1 API.
 The biggest advantage of the V2 API is that it supports event based updates so
 polling is not required.