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