12 buildPythonPackage rec {
13 pname = "mdformat-frontmatter";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "mdformat-frontmatter";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA=";
26 nativeBuildInputs = [ flit-core ];
28 propagatedBuildInputs = [
34 pythonImportsCheck = [ "mdformat_frontmatter" ];
37 description = "Mdformat plugin to ensure frontmatter is respected";
38 homepage = "https://github.com/butler54/mdformat-frontmatter";
39 changelog = "https://github.com/butler54/mdformat-frontmatter/blob/v{version}/CHANGELOG.md";
40 license = licenses.mit;
41 maintainers = with maintainers; [