diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-17 11:48:49 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 13:16:23 +0100 |
| commit | 28f6b00a0f3883da440346c87954fde82fb3412f (patch) | |
| tree | 14b3b08013acc9b6f39ad4cd8f580b4630ac6518 | |
| parent | 4fd4692f5884a9e9a1ba6363335ebfaab6769098 (diff) | |
gnu: python-frontmatter: Correct native-inputs.
* gnu/packages/python-xyz.scm (python-frontmatter)
[arguments]{build-backend}: Drop them.
[native-inputs]: Replace python-setuptools by python-uv-build.
Relates-to: guix/guix!10610
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
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") |
