9 buildPythonPackage rec {
10 pname = "aioprocessing";
14 disabled = pythonOlder "3.5";
17 inherit pname version;
18 hash = "sha256-/gHHsaOMeBaGEdMEDnPZMDbDt8imSdY23J7Xo7ybG6I=";
21 nativeBuildInputs = [ flit-core ];
23 # Tests aren't included in pypi package
26 pythonImportsCheck = [ "aioprocessing" ];
29 description = "Library that integrates the multiprocessing module with asyncio";
30 homepage = "https://github.com/dano/aioprocessing";
31 license = licenses.bsd2;
32 maintainers = with maintainers; [ uskudnik ];