11 buildPythonPackage rec {
12 pname = "python-mpv-jsonipc";
14 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
19 repo = "python-mpv-jsonipc";
21 hash = "sha256-W9TNtbRhQmwZXhi0TJIDkZRtWhi92/iwL056YIcWnLM=";
24 # 'mpv-jsonipc' does not have any tests
27 propagatedBuildInputs = [
33 pythonImportsCheck = [ "python_mpv_jsonipc" ];
36 homepage = "https://github.com/iwalton3/python-mpv-jsonipc";
37 description = "Python API to MPV using JSON IPC";
38 license = licenses.gpl3;
39 maintainers = with maintainers; [ ];