11 buildPythonPackage rec {
15 src = fetchFromGitHub {
16 owner = "ctalkington";
17 repo = "python-sonarr";
19 sha256 = "0gi34951qhzzrq59hj93mnkid8cvvknlamkhir6ya9mb23fr7bya";
22 propagatedBuildInputs = [
33 pythonImportsCheck = [ "sonarr" ];
36 description = "Asynchronous Python client for the Sonarr API";
37 homepage = "https://github.com/ctalkington/python-sonarr";
38 license = licenses.mit;
39 maintainers = with maintainers; [ dotlambda ];