11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
17 owner = "ctalkington";
18 repo = "python-sonarr";
20 sha256 = "0gi34951qhzzrq59hj93mnkid8cvvknlamkhir6ya9mb23fr7bya";
23 propagatedBuildInputs = [
34 pythonImportsCheck = [ "sonarr" ];
37 description = "Asynchronous Python client for the Sonarr API";
38 homepage = "https://github.com/ctalkington/python-sonarr";
39 license = licenses.mit;
40 maintainers = with maintainers; [ dotlambda ];