7 python3.pkgs.buildPythonApplication rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "ical2org-py";
17 hash = "sha256-vBi1WYXMuDFS/PnwFQ/fqN5+gIvtylXidfZklyd6LcI=";
20 propagatedBuildInputs = with python3.pkgs; [
29 nativeCheckInputs = with python3.pkgs; [
36 changelog = "https://github.com/ical2org-py/ical2org.py/blob/${src.rev}/CHANGELOG.rst";
37 description = "Converting ICAL file into org-mode format";
38 homepage = "https://github.com/ical2org-py/ical2org.py";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ StillerHarpo ];
41 mainProgram = "ical2orgpy";