11 buildPythonPackage rec {
12 pname = "mpris-server";
17 pname = "mpris_server";
19 hash = "sha256-p3nM80fOMtRmeKvOXuX40Fu9xH8gPgYyneXbUS678fE=";
26 propagatedBuildInputs = [
33 pythonRelaxDeps = [ "emoji" ];
35 pythonImportsCheck = [ "mpris_server" ];
37 # upstream has no tests
40 # update doesn't support python311 and monophony, the only consumer requires
42 passthru.skipBulkUpdate = true;
45 description = "Publish a MediaPlayer2 MPRIS device to D-Bus";
46 homepage = "https://pypi.org/project/mpris-server/";
47 license = licenses.agpl3Only;
48 maintainers = with maintainers; [ quadradical ];