11 buildPythonPackage rec {
13 version = "2020.12.1";
15 disabled = pythonOlder "3.5";
17 src = fetchFromGitHub {
21 sha256 = "sha256-ktc2cmoPNYcsVyKCWs+ivhV5onywFIrdDRBiBKrdiF4=";
24 propagatedBuildInputs = [
34 # allow for writable directory for darwin
39 pythonImportsCheck = [ "aiorun" ];
42 description = "Boilerplate for asyncio applications";
43 homepage = "https://github.com/cjrh/aiorun";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ costrouc ];