From b5e728cdc5f9a4b46f95c935572ad4dba7371230 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 28 Oct 2025 13:18:46 +0000 Subject: [PATCH] gnu: staticsite: Update to 2.5. * gnu/packages/python-xyz.scm (staticsite): Update to 2.5. [inputs]: Add perl-image-exiftool, python-dateutil, python-docutils, python-jinja2, python-markdown, python-pillow, python-pytz, python-pyyaml, python-ruamel.yaml, python-slugify, python-toml, and tzdata-for-tests. [native-inputs]: Remove perl-image-exiftool, python-dateutil, python-docutils-0.19, python-jinja2, python-markdown, python-pillow, python-pyinotify, python-pytz, python-pyyaml, python-ruamel.yaml, python-slugify, python-tornado, tzdata-for-tests, python-setuptools, python-wheel, and python-toml; add python-hatchling and python-pytest. Change-Id: Ieeba5b41864c0625b497fa87b5fb83d71d47c235 --- gnu/packages/python-xyz.scm | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 71f7b77a80e1fda84050d99c268249b0154c982f..47c9b54ac6cff86b7d0f58f380cf0bc273123cac 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36220,7 +36220,7 @@ path.") (define-public staticsite (package (name "staticsite") - (version "2.3") + (version "2.5") (source (origin (method git-fetch) (uri (git-reference @@ -36229,7 +36229,7 @@ path.") (file-name (git-file-name name version)) (sha256 (base32 - "1rhr25xydvnlrrcz389j3f6nknmczm5x11cagrji1qww70piwy08")))) + "0fk0yy0flwwfqwb4gsizr7gnkadas4rjffn3mnzlwmkn08z3w0c7")))) (build-system pyproject-build-system) (arguments (list @@ -36244,22 +36244,21 @@ path.") (let ((themedir (string-append #$output "/themes"))) (copy-recursively "themes" themedir))))))) (native-inputs + (list python-hatchling + python-pytest)) + (inputs (list perl-image-exiftool python-dateutil - python-docutils-0.19 + python-docutils python-jinja2 python-markdown python-pillow - python-pyinotify python-pytz python-pyyaml python-ruamel.yaml python-slugify - python-tornado - tzdata-for-tests - python-setuptools - python-wheel - python-toml)) + python-toml + tzdata-for-tests)) (home-page "https://github.com/spanezz/staticsite") (synopsis "Static site generator") (description "Statistic is a static site generator based on Markdown and