10 buildPythonPackage rec {
12 version = "2021.10.1";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
21 hash = "sha256-9e1vUWDBv3BYWuKR/rZUvaIxFFetzBQaygXKnl4PDd8=";
24 propagatedBuildInputs = [
33 # allow for writable directory for darwin
38 pythonImportsCheck = [
43 description = "Boilerplate for asyncio applications";
44 homepage = "https://github.com/cjrh/aiorun";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ costrouc ];