13 buildPythonPackage rec {
14 pname = "mdformat-frontmatter";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-PhT5whtvvcYSs5gHQEsIvV1evhx7jR+3DWFMHrF0uMw=";
36 propagatedBuildInputs = [
40 pythonImportsCheck = [
41 "mdformat_frontmatter"
45 description = "mdformat plugin to ensure frontmatter is respected";
46 homepage = "https://github.com/butler54/mdformat-frontmatter";
47 license = licenses.mit;
48 maintainers = with maintainers; [ aldoborrero polarmutex ];