7 buildPythonPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-MPKzC2QYA3tWxg19URKheAbPaiS0jXP96xR0Hyl58V0=";
18 nativeBuildInputs = [ pytestCheckHook ];
20 pythonImportsCheck = [ "oncalendar" ];
23 description = "A systemd OnCalendar expression parser and evaluator";
24 homepage = "https://github.com/cuu508/oncalendar";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ phaer ];