8 buildPythonPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-zSv+6xT9H4WyShRnwjjcNMjY19AFlQ6bw9Mh9p2rL08=";
19 nativeCheckInputs = [ pytestCheckHook ];
21 propagatedBuildInputs = [ matplotlib ];
23 pythonImportsCheck = [ "squarify" ];
26 homepage = "https://github.com/laserson/squarify";
27 description = "Pure Python implementation of the squarify treemap layout algorithm";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ veehaitch ];