8 # important downstream dependencies
15 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-v0ZMrHIIaGeORwD4JiBeLthmnKZODK5odZVL0SY4etA=";
27 nativeBuildInputs = [ flit-core ];
29 checkInputs = [ unittestCheckHook ];
31 pythonImportsCheck = [ "tomli" ];
34 # test downstream dependencies
35 inherit flit black mypy setuptools-scm;
39 description = "A Python library for parsing TOML, fully compatible with TOML v1.0.0";
40 homepage = "https://github.com/hukkin/tomli";
41 license = licenses.mit;
42 maintainers = with maintainers; [ veehaitch SuperSandro2000 ];