10 buildPythonPackage rec {
16 inherit pname version;
17 hash = "sha256-LgFxuZGyyVmsxsSTGASSNoRKXaHWW6JnLEiAwciUg04=";
24 propagatedBuildInputs = [
34 # Test is currently failing on Hydra, works locally
39 # incompatible with astroid 2.11.0, pins <= 2.5.3
40 "tests/test_astroid.py"
43 pythonImportsCheck = [ "asttokens" ];
46 homepage = "https://github.com/gristlabs/asttokens";
47 description = "Annotate Python AST trees with source text and token information";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ leenaars ];