11 buildPythonPackage rec {
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "josiahcarlson";
20 repo = "parse-crontab";
21 rev = "refs/tags/${version}";
22 hash = "sha256-8vMkgBU1jIluo9+hAvk2KNM+Wn0+PvJqFNwX+JLXD+w=";
35 pythonImportsCheck = [
40 description = "Parse and use crontab schedules in Python";
41 homepage = "https://github.com/josiahcarlson/parse-crontab";
42 license = licenses.lgpl21Only;
43 maintainers = with maintainers; [ fab ];