13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-fKHPwSIygGUXqFFQR7pmoZNp5x7fJDnQ9YJPkQMrbMM=";
32 pythonImportsCheck = [ "tomlkit" ];
35 homepage = "https://github.com/sdispater/tomlkit";
36 changelog = "https://github.com/sdispater/tomlkit/blob/${version}/CHANGELOG.md";
37 description = "Style-preserving TOML library for Python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ jakewaksbaum ];