7 buildPythonPackage rec {
11 src = fetchFromGitHub {
14 rev = "8e6cd1869c8cc99a4560ea1b178f0a1efd89e460"; # tag is missing
15 hash = "sha256-Ubl+kdcjMm1A7pa3Q5G+fFBwPIxA375Ci04/vVyUl+A=";
18 propagatedBuildInputs = [
22 # upstream has no tests
25 pythonImportsCheck = [ "pysabnzbd" ];
28 description = "Python wrapper for SABnzbd API";
29 homepage = "https://github.com/jeradM/pysabnzbd";
30 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ dotlambda ];