11 buildPythonPackage rec {
12 pname = "jellyfin-apiclient-python";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-vMzZeoiWli3HjM8Dqr5RhNfR7gcjPqoXG3b/aNNlx2Q=";
23 propagatedBuildInputs = [
33 pythonImportsCheck = [
34 "jellyfin_apiclient_python"
38 description = "Python API client for Jellyfin";
39 homepage = "https://github.com/jellyfin/jellyfin-apiclient-python";
40 license = licenses.gpl3Only;
41 maintainers = with maintainers; [ jojosch ];