7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "1hqx94h6l2wg9sljiaajfay2nr62sqa819w3bxrz8cdki1abdygv";
19 export SETUPTOOLS_SCM_PRETEND_VERSION="${version}"
22 # Tests appear to run fine (Ran 22 tests in 4.076s) with setuptoolsCheckPhase
23 # but crash with pytestCheckHook
24 checkInputs = [ asttokens ];
27 description = "Get information about what a frame is currently doing, particularly the AST node being executed";
28 homepage = "https://github.com/alexmojaki/executing";
29 license = licenses.mit;
30 maintainers = with maintainers; [ renatoGarcia ];