12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
20 owner = "hauntsaninja";
23 sha256 = "09k7y77h7g4dg0x6lg9pn2ga9z7xiy4vlj15fj0991ffsi4ydqgm";
26 propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [
31 export PATH=$out/bin:$PATH
41 pythonImportsCheck = [
46 description = "Easily run Python at the shell! Magical, but never mysterious";
47 homepage = "https://github.com/hauntsaninja/pyp";
48 license = licenses.mit;
49 maintainers = with maintainers; [ rmcgibbo ];