10 in python3.pkgs.buildPythonApplication {
15 src = fetchFromGitHub {
16 owner = "hauntsaninja";
19 hash = "sha256-A1Ip41kxH17BakHEWEuymfa24eBEl5FIHAWL+iZFM4I=";
23 python3.pkgs.flit-core
27 python3.pkgs.pytestCheckHook
32 # without this, the tests fail because they are unable to find the pyp tool
45 homepage = "https://github.com/hauntsaninja/pyp";
46 description = "Easily run Python at the shell";
47 changelog = "https://github.com/hauntsaninja/pyp/blob/${version}/CHANGELOG.md";
48 license = lib.licenses.mit;
49 maintainers = with lib.maintainers; [ AndersonTorres ];