14 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-//X+WahylbJ4q9Mb7JLBXZvEoGiFqxK86lLHERk5Lnk=";
24 build-system = [ poetry-core ];
31 pythonImportsCheck = [ "tomlkit" ];
34 homepage = "https://github.com/sdispater/tomlkit";
35 changelog = "https://github.com/sdispater/tomlkit/blob/${version}/CHANGELOG.md";
36 description = "Style-preserving TOML library for Python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ jakewaksbaum ];