11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-sDhpcYuppusCfhNL/fafOKI21oHIPBYNUQdorxElS6A=";
21 nativeBuildInputs = [ setuptools-scm ];
23 propagatedBuildInputs = [ six ];
31 # Test is currently failing on Hydra, works locally
36 # incompatible with astroid 2.11.0, pins <= 2.5.3
37 "tests/test_astroid.py"
40 pythonImportsCheck = [ "asttokens" ];
43 homepage = "https://github.com/gristlabs/asttokens";
44 description = "Annotate Python AST trees with source text and token information";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ leenaars ];