9 buildPythonPackage rec {
13 src = fetchFromGitHub {
15 repo = "python-toonapi";
17 sha256 = "1d4n615vlcgkvmchrfjw4h3ndav3ljmcfydxr2b41zn83mzizqdf";
20 propagatedBuildInputs = [
26 # Project has no tests
28 pythonImportsCheck = [ "toonapi" ];
31 description = "Python client for the Quby ToonAPI";
32 homepage = "https://github.com/frenck/python-toonapi";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];