6 buildPythonPackage rec {
7 pname = "multitasking";
11 # GitHub source releases aren't tagged
13 inherit pname version;
14 hash = "sha256-TWvDzGX5stynL7Wnh4UKiNro9iDCs2rptVJI5RvNYCY=";
17 doCheck = false; # No tests included
18 pythonImportsCheck = [ "multitasking" ];
21 description = "Non-blocking Python methods using decorators";
22 homepage = "https://github.com/ranaroussi/multitasking";
23 license = licenses.asl20;
24 maintainers = with maintainers; [ drewrisinger ];