13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-CzNB6ymvDTktiOGdcdCvWLVQ3mKmbdMpc/vezSXCpG4=";
28 substituteInPlace setup.py \
29 --replace 'version="master"' 'version="${version}"'
32 propagatedBuildInputs = [
44 pythonImportsCheck = [
49 description = "Python API client for Lidarr/Radarr/Readarr/Sonarr";
50 homepage = "https://github.com/tkdrob/aiopyarr";
51 changelog = "https://github.com/tkdrob/aiopyarr/releases/tag/${version}";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];