11 buildPythonPackage rec {
12 pname = "mdformat-toc";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-3EX6kGez408tEYiR9VSvi3GTrb4ds+HJwpFflv77nkg=";
25 nativeBuildInputs = [ poetry-core ];
27 propagatedBuildInputs = [ mdformat ];
29 nativeCheckInputs = [ pytestCheckHook ];
31 pythonImportsCheck = [ "mdformat_toc" ];
34 description = "Mdformat plugin to generate a table of contents";
35 homepage = "https://github.com/hukkin/mdformat-toc";
36 license = licenses.mit;
37 maintainers = with maintainers; [