13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-3AGsT8IUNi5SZHBsBfd7akj8eQ+xb0mrR7ydIr3T8gs=";
28 # Raise flit-core version constrains
30 # https://github.com/cjrh/aiorun/pull/85
31 url = "https://github.com/cjrh/aiorun/commit/a0c027ea331167712738e35ca70fefcd794e16d5.patch";
32 hash = "sha256-M1rcrkdFcoFa3IncPnJaRhnXbelyk56QnMGtmgB6bvk=";
36 build-system = [ flit-core ];
38 dependencies = [ pygments ];
45 # allow for writable directory for darwin
50 pythonImportsCheck = [ "aiorun" ];
53 description = "Boilerplate for asyncio applications";
54 homepage = "https://github.com/cjrh/aiorun";
55 changelog = "https://github.com/cjrh/aiorun/blob/v${version}/CHANGES";
56 license = licenses.asl20;