7 buildPythonPackage rec {
8 pname = "aioprocessing";
10 disabled = !(pythonAtLeast "3.4");
13 inherit pname version;
14 sha256 = "4603c86ff3fea673d4c643ad3adc519988cd778771b75079bc3be9e5ed4c5b66";
17 # Tests aren't included in pypi package
21 description = "A library that integrates the multiprocessing module with asyncio";
22 homepage = "https://github.com/dano/aioprocessing";
23 license = lib.licenses.bsd2;
24 maintainers = with lib.maintainers; [ uskudnik ];