8 buildPythonPackage rec {
9 pname = "drawilleplot";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-ZEDroo7KkI2VxdESb2QDX+dPY4UahuuK9L0EddrxJjQ=";
19 doCheck = false; # does not have any tests at all
21 propagatedBuildInputs = [
26 pythonImportsCheck = [
31 description = "matplotlib backend for graph output in unicode terminals using drawille";
32 homepage = "https://github.com/gooofy/drawilleplot";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ nobbz ];
35 platforms = platforms.all;