13 src = fetchFromGitHub {
16 rev = "676d17cd41ac68de6ebb48fb71780ad6110c4ae3";
17 hash = "sha256-O8y1c65NQ+19BnGnUnWrA0jYUqF+726CFAcWzHFOiHE=";
20 propagatedBuildInputs = [ networkx ];
22 nativeCheckInputs = [ pytestCheckHook ];
24 disabledTestPaths = [ "tests/test_parsepy.py" ];
26 pythonImportsCheck = [ "importlab" ];
29 broken = stdenv.isDarwin;
30 description = "A library that automatically infers dependencies for Python files";
31 homepage = "https://github.com/google/importlab";
32 license = licenses.mit;
33 maintainers = with maintainers; [ sei40kr ];