6 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "0zz2z6dpdjdq5z8m8w8dfi8by0ih1zrdq0caxm1anwhxg2saxdhy";
17 # Tests are not included in the PyPI distribution and the git repo does not have tagged releases
19 pythonImportsCheck = [ "spinners" ];
22 description = "Spinners for the Terminal.";
23 homepage = "https://github.com/manrajgrover/py-spinners";
24 license = licenses.mit;
25 maintainers = with maintainers; [ urbas ];