10 buildPythonPackage rec {
11 pname = "python-mpd2";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-S67DWEzEPtmUjVVZB5+vwmebBrKt4nPpCbNYJlSys/U=";
26 passthru.optional-dependencies = {
34 ] ++ passthru.optional-dependencies.twisted;
37 changelog = "https://github.com/Mic92/python-mpd2/blob/v${version}/doc/changes.rst";
38 description = "A Python client module for the Music Player Daemon";
39 homepage = "https://github.com/Mic92/python-mpd2";
40 license = licenses.lgpl3Plus;
41 maintainers = with maintainers; [ mic92 hexa ];