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