File: control

package info (click to toggle)
python-musicpd 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: python: 613; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 957 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-musicpd
Section: python
Priority: optional
Maintainer: Geoffroy Youri Berret <efrim@azylum.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools,
# for docs:
 python3-sphinx
Build-Depends-Indep: python3, python3-doc
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/packages/python-musicpd.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-musicpd
Homepage: https://kaliko.me/code/python-musicpd
Rules-Requires-Root: no

Package: python3-musicpd
Architecture: all
Built-Using: ${sphinxdoc:Built-Using}
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Suggests: mpd
Enhances: mpd
Description: Python MPD client library
 An MPD (Music Player Daemon) client library written in pure Python.
 .
 python-musicpd is actually a fork of python-mpd
 .
 While python-mpd runs only with python2, this fork intends to support python3
 only.