7 python3Packages.buildPythonApplication rec {
12 disabled = !python3Packages.isPy3k;
15 inherit pname version;
16 hash = "sha256-8Q2sWsAc39Mu34K1wWOKOJERKzBStE4GmtuzOs2T7Kk=";
19 build-system = [ python3Packages.setuptools ];
22 substituteInPlace cbeams/terminal.py \
23 --replace-fail "blessings" "blessed"
26 pythonRemoveDeps = [ "blessings" ];
28 dependencies = with python3Packages; [
33 doCheck = false; # no tests
36 homepage = "https://github.com/tartley/cbeams";
37 description = "Command-line program to draw animated colored circles in the terminal";
38 license = lib.licenses.bsd3;
39 maintainers = with lib.maintainers; [