1 { lib, fetchPypi, buildPythonPackage, rply, pytestCheckHook, isPy3k }:
3 buildPythonPackage rec {
10 sha256 = "af822ad44d4eb425c8516df4239ac4fdba9fdb398ef77e4924cd7c9b4045bc2f";
13 propagatedBuildInputs = [ rply ];
15 nativeCheckInputs = [ pytestCheckHook ];
20 homepage = "https://github.com/gristlabs/asttokens";
21 description = "Abstraction on top of baron, a FST for python to make writing refactoring code a realistic task";
22 license = licenses.lgpl3Plus;
23 maintainers = with maintainers; [ marius851000 ];