summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c29f036e253..3db9a3f46e1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31201,17 +31201,14 @@ Foundation maintained libraries.")
31201 (sha256 31201 (sha256
31202 (base32 "09kgl9kw96f1pyszqnm7slq1lw5nh4c8f59p6brz0ap2ydcfxykg")))) 31202 (base32 "09kgl9kw96f1pyszqnm7slq1lw5nh4c8f59p6brz0ap2ydcfxykg"))))
31203 (build-system pyproject-build-system) 31203 (build-system pyproject-build-system)
31204 (arguments
31205 (list
31206 #:build-backend "setuptools.build_meta")) ;requires uv_build
31207 (native-inputs 31204 (native-inputs
31208 (list python-hatchling 31205 (list python-hatchling
31209 python-pyaml 31206 python-pyaml
31210 python-pytest 31207 python-pytest
31211 python-setuptools
31212 python-toml 31208 python-toml
31213 python-types-pyyaml 31209 python-types-pyyaml
31214 python-types-toml)) 31210 python-types-toml
31211 python-uv-build))
31215 (propagated-inputs (list python-pyyaml)) 31212 (propagated-inputs (list python-pyyaml))
31216 (home-page "https://github.com/eyeseast/python-frontmatter") 31213 (home-page "https://github.com/eyeseast/python-frontmatter")
31217 (synopsis "Parse and manage posts with YAML (or other) frontmatter") 31214 (synopsis "Parse and manage posts with YAML (or other) frontmatter")