Source: python-musicpd Section: python Priority: optional Maintainer: Geoffroy Youri Berret 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.