1 { lib, fetchFromGitHub, python3Packages }:
3 python3Packages.buildPythonPackage rec {
4 pname = "python-frontmatter";
7 src = fetchFromGitHub {
11 sha256 = "1iki3rcbg7zs93m3mgqzncybqgdcch25qpwy84iz96qq8pipfs6g";
14 propagatedBuildInputs = with python3Packages; [
19 checkInputs = with python3Packages; [
24 homepage = "https://github.com/eyeseast/python-frontmatter";
25 description = "Parse and manage posts with YAML (or other) frontmatter";
26 license = licenses.mit;
27 maintainers = with maintainers; [ siraben ];
28 platforms = lib.platforms.unix;