14 buildPythonPackage rec {
19 src = fetchFromGitHub {
23 hash = "sha256-WnaQfS3VzF9fZHX9eNRjih/U7SgWeWVynLdwPZgF950=";
26 build-system = [ poetry-core ];
39 "tests/test_has_been.py"
42 pythonImportsCheck = [ "pycron" ];
45 description = "Simple cron-like parser for Python, which determines if current datetime matches conditions";
46 license = licenses.mit;
47 homepage = "https://github.com/kipe/pycron";
48 maintainers = with maintainers; [ globin ];