1 { lib, fetchPypi, buildPythonPackage, baron, pytestCheckHook }:
3 buildPythonPackage rec {
10 sha256 = "0bqkq0wn20cc3qrcd1ifq74p4m570j345bkq4axl08kbr8whfba7";
13 propagatedBuildInputs = [ baron ];
16 rm -rf tests/__pycache__
17 rm tests/test_bounding_box.py
18 ''; #error about fixtures
20 nativeCheckInputs = [ pytestCheckHook ];
23 homepage = "https://github.com/gristlabs/asttokens";
24 description = "Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task";
25 license = licenses.lgpl3Plus;
26 maintainers = with maintainers; [ marius851000 ];