diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-09 10:12:53 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-09 10:18:13 +0100 |
| commit | e880e0ad3632cfbb6f057a4e8d2e30ac68143432 (patch) | |
| tree | 5fd807e4d730293d974c661e7b1809ed25aaac3f /gnu/packages/python-xyz.scm | |
| parent | b59d5657cf15dccdfb3905e0da20b8912453ca39 (diff) | |
gnu: Remove python-jinja2-time.
* gnu/packages/python-xyz.scm (python-jinja2-time): Delete variable.
Fixes: guix/guix#5420
Fixes: guix/guix#5546
Change-Id: Ibd57cd57bb33bf03fec76f8698a631498ea668c8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d8abeffbcea..216d9f20f7d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8842,37 +8842,6 @@ for Python.") written in pure Python.") (license license:bsd-3))) -(define-public python-jinja2-time - ;; XXX: No rleases since 2016, see: - ;; <https://codeberg.org/guix/guix/issues/5546>. - (package - (name "python-jinja2-time") - (version "0.2.0") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/hackebrot/jinja2-time") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1i7qihrs7wix7wjxlpif3iirhmbyahywpy5haj8abv4r3zbfafna")))) - (build-system pyproject-build-system) - (arguments - (list #:tests? #f)) ;all tests are broken - (native-inputs - (list python-setuptools)) - (propagated-inputs - (list python-arrow - python-jinja2)) - (home-page "https://github.com/hackebrot/jinja2-time") - (synopsis "Jinja2 Extension for Dates and Times") - (description - "This package provides an extension for the template engine Jinja2. It -adds a 'now' tag providing a convenient access to the arrow.now() API from -templates. A format string can be provided to control the output.") - (license license:expat))) - (define-public python-pypugjs (package (name "python-pypugjs") |
