10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-zauHOv8pM47CVIQIo8aMMPZJgwIowgbVLvfFWzIqHoc=";
27 # Project has no tests
30 pythonImportsCheck = [ "parts" ];
33 description = "Library for common list functions related to partitioning lists";
34 homepage = "https://github.com/lapets/parts";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];