9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "0bqkq0wn20cc3qrcd1ifq74p4m570j345bkq4axl08kbr8whfba7";
19 propagatedBuildInputs = [ baron ];
22 rm -rf tests/__pycache__
23 rm tests/test_bounding_box.py
24 ''; # error about fixtures
26 nativeCheckInputs = [ pytestCheckHook ];
29 homepage = "https://github.com/gristlabs/asttokens";
30 description = "Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task";
31 license = licenses.lgpl3Plus;
32 maintainers = with maintainers; [ marius851000 ];