13 buildPythonPackage rec {
16 format = "setuptools";
20 inherit pname version;
21 sha256 = "1mn97h370ggbc9vi6x8r6akd5q8i512y6kid2nvm67g93r9a6rvv";
24 propagatedBuildInputs = [
32 # Tests are not included in the PyPI distribution and the git repo does not have tagged releases
34 pythonImportsCheck = [ "halo" ];
37 description = "Beautiful Spinners for Terminal, IPython and Jupyter";
38 homepage = "https://github.com/manrajgrover/halo";
39 license = licenses.mit;
40 maintainers = with maintainers; [ urbas ];