[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76835] [PATCH v3 26/40] gnu: python-yte: Update to 1.7.0.
From: |
Nicolas Graves |
Subject: |
[bug#76835] [PATCH v3 26/40] gnu: python-yte: Update to 1.7.0. |
Date: |
Mon, 10 Mar 2025 03:16:31 +0100 |
* gnu/packages/python-xyz.scm (python-yte): Update to 1.7.0.
---
gnu/packages/python-xyz.scm | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 58b2436f7a..347dee36bc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15319,20 +15319,26 @@ (define-public python-plac
(define-public python-yte
(package
(name "python-yte")
- (version "1.2.0")
+ (version "1.7.0")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "yte" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/koesterlab/yte")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "07hm1warpqi4ifqgkaz5sg887x4a44yhxafmpf835ywnpchg4s03"))))
- (build-system python-build-system)
+ (base32 "01hxl47bfb0jp2rh6qb6wrm6m8p5rfk21gksqb8qxxv9a037dnsv"))))
+ (build-system pyproject-build-system)
(arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'set-HOME
- (lambda _ (setenv "HOME" "/tmp"))))))
- (propagated-inputs (list python-plac python-pyyaml))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "python" "tests.py")))))))
+ (native-inputs (list python-numpy python-poetry-core python-pytest))
+ (propagated-inputs (list python-dpath python-plac python-pyyaml))
(home-page "https://github.com/koesterlab/yte")
(synopsis "YAML template engine with Python expressions")
(description
--
2.48.1
- [bug#76835] [PATCH v3 13/40] gnu: python-sphinx-panels: Update input to python-sphinx-5., (continued)
- [bug#76835] [PATCH v3 13/40] gnu: python-sphinx-panels: Update input to python-sphinx-5., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 14/40] gnu: python-numpy-documentation: Update python-sphinx native-input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 21/40] gnu: sphinx-5: Ignore failing test., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 20/40] gnu: python-docutils-0.15: Update to 0.16., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 22/40] gnu: python-importlib-resources: Update python-setuptools input., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 16/40] gnu: Remove python-anyjson., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 25/40] gnu: python-dpath: Update to 2.2.0., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 28/40] gnu: Add python-snakemake-interface-common., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 33/40] gnu: Add python-throttler., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 35/40] gnu: Add python-conda-inject., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 26/40] gnu: python-yte: Update to 1.7.0.,
Nicolas Graves <=
- [bug#76835] [PATCH v3 27/40] gnu: Add python-argparse-dataclass., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 15/40] gnu: Remove python-sphinx-4., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 23/40] gnu: python-louvain: Use pyproject-build-system., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 29/40] gnu: Add python-snakemake-interface-executor-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 37/40] gnu: python-ratelimiter: Update to 1.2.0-0.da78a45., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 30/40] gnu: Add python-snakemake-interface-report-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 34/40] gnu: Add python-reretry., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 19/40] gnu: gdal: Update to 3.10.2., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 24/40] gnu: Remove python-setuptools-57., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 36/40] gnu: Add snakemake., Nicolas Graves, 2025/03/09