File: control

package info (click to toggle)
pylibrespot-java 0.1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: python: 176; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,084 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
Source: pylibrespot-java
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/uvjustin/pylibrespot-java
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pylibrespot-java
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pylibrespot-java.git

Package: python3-pylibrespot-java
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Library to interface with a librespot-java server
 This library provides an interface to communicate with a librespot-java
 server, allowing for integration with audio streaming setups that use the
 librespot-java framework. It facilitates interaction with streaming services,
 enabling control of playback functions and metadata access via network
 communications.