9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-TbcFgWKKgHXFyi1NqwVy1ITGHESb4ZusivOpFWazN1s=";
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Library for common list functions related to partitioning lists";
35 homepage = "https://github.com/lapets/parts";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];