10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-9N+UcgAv30s4ctgsBrOHiix4BoXhKPgxH/GOz/NIFdU=";
24 SETUPTOOLS_SCM_PRETEND_VERSION = version;
30 propagatedBuildInputs = [
38 pythonImportsCheck = [
43 description = "Safely evaluate AST nodes without side effects";
44 homepage = "https://github.com/alexmojaki/pure_eval";
45 license = licenses.mit;
46 maintainers = with maintainers; [ gebner ];