8 buildPythonPackage rec {
13 src = fetchFromGitHub {
16 rev = "${pname}-${version}";
17 hash = "sha256-2gu2Dba3LOjMhbCCZrBqzlOor5KqDYThhe8OP8J3O2M=";
28 pythonImportsCheck = [
34 description = "ANSI cursor movement and graphics";
35 homepage = "https://github.com/tehmaze/ansi/";
36 license = licenses.mit;