10 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-SFRlE/ry63kB5lpk66e2U8gBBu0A7ZyjQZw9ELZVWgE=";
19 propagatedBuildInputs = [
30 sed -i "/--cov/d" setup.cfg
31 sed -i "/--ignore/d" setup.cfg
35 rm -rf $out/${python.sitePackages}/tests
38 pythonImportsCheck = [ "aiocron" ];
41 description = "Crontabs for asyncio";
42 homepage = "https://github.com/gawel/aiocron/";
43 license = licenses.mit;
44 maintainers = [ maintainers.starcraft66 ];