~ruther/guix-local

b5e728cdc5f9a4b46f95c935572ad4dba7371230 — Sharlatan Hellseher 4 months ago 144d1c0
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
1 files changed, 8 insertions(+), 9 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +8 -9
@@ 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