6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-TwHDXWgGWuQVgatBDc1iympnb6dy4xYThLR5MouEZHA=";
19 python3.pkgs.setuptools
23 propagatedBuildInputs = with python3.pkgs; [
29 pythonImportsCheck = [ "pysentation" ];
32 description = "A CLI for displaying Python presentations";
33 homepage = "https://github.com/mimseyedi/pysentation";
34 changelog = "https://github.com/mimseyedi/pysentation/releases/tag/${src.rev}";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ figsoda ];
37 mainProgram = "pysentation";