12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-SFRlE/ry63kB5lpk66e2U8gBBu0A7ZyjQZw9ELZVWgE=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [
35 sed -i "/--cov/d" setup.cfg
36 sed -i "/--ignore/d" setup.cfg
40 rm -rf $out/${python.sitePackages}/tests
43 pythonImportsCheck = [ "aiocron" ];
46 description = "Crontabs for asyncio";
47 homepage = "https://github.com/gawel/aiocron/";
48 license = licenses.mit;
49 maintainers = [ maintainers.starcraft66 ];