13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-udYlGDrvk6Zz/DLL4cH8r1FBLnpPGVkFIc2syt8lGG4=";
25 build-system = [ setuptools ];
37 pythonImportsCheck = [ "ptpython" ];
40 description = "Advanced Python REPL";
41 homepage = "https://github.com/prompt-toolkit/ptpython";
42 changelog = "https://github.com/prompt-toolkit/ptpython/blob/${version}/CHANGELOG";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ mlieberman85 ];