8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
17 sha256 = "sha256-9Zxb2EzB6nxDQHdlryFiwyNW+76VvysLUB78bXKzfv0=";
20 checkInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "asteval" ];
25 description = "AST evaluator of Python expression using ast module";
26 homepage = "https://github.com/newville/asteval";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];