23 buildPythonPackage rec {
28 disabled = pythonOlder "3.7";
31 inherit pname version;
32 hash = "sha256-EPEfBK/1nbwcajqyv5lFX+02WMvbyFnij2w5J91+UK8=";
39 propagatedBuildInputs = [
52 ] ++ passthru.optional-dependencies.aiohttp
53 ++ passthru.optional-dependencies.cron
54 ++ passthru.optional-dependencies.uvloop;
56 passthru.optional-dependencies = {
77 pythonImportsCheck = [
81 # Upstream stopped tagging with 16.2
84 # disabledTestPaths = [
85 # # Dependencies are not available at the moment
86 # "tests/test_entrypoint.py"
87 # "tests/test_raven_service.py"
91 description = "Miscellaneous utils for asyncio";
92 homepage = "https://github.com/aiokitchen/aiomisc";
93 changelog = "https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md";
94 license = licenses.asl20;
95 maintainers = with maintainers; [ fab ];