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 <kaliko@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, python3-setuptools, pybuild-plugin-pyproject,
# for docs:
python3-sphinx
Build-Depends-Indep: python3, python3-doc
Standards-Version: 4.7.2
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/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 a fork of python-mpd that is inactive since 2010.
.
In Debian, the python3-mpd package still exist and
is now tracking the other fork python-mpd2.
|