11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-2t5QQAmSLOrdNCl0XdsFPdP2UF10/qq69DovqeQ1Vt8=";
24 propagatedBuildInputs = [
31 pythonRelaxDeps = true;
33 pythonImportsCheck = [ "moddb" ];
35 doCheck = false; # Tests try to access the internet.
38 description = "Python scrapper to access ModDB mods, games and more as objects";
39 homepage = "https://github.com/ClementJ18/moddb";
40 license = licenses.mit;
41 maintainers = with maintainers; [ kranzes ];