1 { lib, fetchPypi, buildPythonPackage, astunparse }:
3 buildPythonPackage rec {
8 sha256 = "40feb7b8b8434785585ab224d1568b857edb18297e5a3047f1ba012bc83b42c1";
10 checkInputs = [ astunparse ] ;
12 description = "GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.";
13 license = licenses.bsd3;
14 maintainers = with maintainers; [ jyp ];