8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-TSVFkMCMmrMXaPJPPNjIML+z98i1iIYuKH7hHiZnJkg=";
26 pythonImportsCheck = [
31 description = "Cron expression parser and evaluator";
32 homepage = "https://github.com/cuu508/cronsim";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ phaer ];