10 buildPythonPackage rec {
18 hash = "sha256-PAfoQ2U4mUl0Ensa4DdmHRp3mskVxE/Qazq1/hQP9Yk=";
21 build-system = [ flit-core ];
23 nativeBuildInputs = [ setuptools ];
31 description = "Dom's tools for Tom's Obvious, Minimal Language.";
32 homepage = "https://github.com/domdfcoding/dom_toml";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ tyberius-prime ];