7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "8e6cd1869c8cc99a4560ea1b178f0a1efd89e460"; # tag is missing
16 hash = "sha256-Ubl+kdcjMm1A7pa3Q5G+fFBwPIxA375Ci04/vVyUl+A=";
19 propagatedBuildInputs = [
23 # upstream has no tests
26 pythonImportsCheck = [ "pysabnzbd" ];
29 description = "Python wrapper for SABnzbd API";
30 homepage = "https://github.com/jeradM/pysabnzbd";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ dotlambda ];