12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-7wgsj44sX2Be/QyvG7KgQ/xSgsr+WPh7eeROeICSHGw=";
26 build-system = [ flit-core ];
28 dependencies = [ pygments ];
39 pythonImportsCheck = [ "aiorun" ];
42 description = "Boilerplate for asyncio applications";
43 homepage = "https://github.com/cjrh/aiorun";
44 changelog = "https://github.com/cjrh/aiorun/blob/v${version}/CHANGES";
45 license = licenses.asl20;