8 buildPythonPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-MPKzC2QYA3tWxg19URKheAbPaiS0jXP96xR0Hyl58V0=";
19 nativeBuildInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "oncalendar" ];
24 description = "Systemd OnCalendar expression parser and evaluator";
25 homepage = "https://github.com/cuu508/oncalendar";
26 license = licenses.bsd3;
27 maintainers = with maintainers; [ phaer ];