11 buildPythonPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-Qy2QxCWzAjZMJ6yxZiDT/80I2+rLimoG8/SYxq960Tk=";
28 pythonImportsCheck = [ "polling" ];
36 description = "Powerful polling utility in Python";
37 homepage = "https://github.com/justiniso/polling";
38 license = licenses.mit;