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