10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "af822ad44d4eb425c8516df4239ac4fdba9fdb398ef77e4924cd7c9b4045bc2f";
20 propagatedBuildInputs = [ rply ];
22 nativeCheckInputs = [ pytestCheckHook ];
27 homepage = "https://github.com/gristlabs/asttokens";
28 description = "Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task";
29 license = licenses.lgpl3Plus;
30 maintainers = with maintainers; [ marius851000 ];