diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-02 22:42:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-02 22:42:22 +0100 |
| commit | e78a73d5dc973f2fa5d682c44fbef172ecde363a (patch) | |
| tree | 9989456ad5680742892de2130cf918ca937f19f2 /gnu/packages/python-xyz.scm | |
| parent | 34781d289d67765a0c18bcebe62f8250644b7332 (diff) | |
gnu: python-yte: Update to 1.8.1.
* gnu/packages/python-xyz.scm (python-yte): Update to 1.8.1.
[arguments] <tests-flags>: Provide test file here.
<phases>: Use default 'check.
Change-Id: If6e9985fe43b709a5fcc5aff17bc2f4224e2530c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7ff559110f..5f25249d75 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -16319,7 +16319,7 @@ function signatures.") (define-public python-yte (package (name "python-yte") - (version "1.7.0") + (version "1.8.1") ;TODO higher versions depend on uv_build (source (origin (method git-fetch) @@ -16327,19 +16327,15 @@ function signatures.") (url "https://github.com/koesterlab/yte") (commit (string-append "v" version)))) (sha256 - (base32 "01hxl47bfb0jp2rh6qb6wrm6m8p5rfk21gksqb8qxxv9a037dnsv")))) + (base32 "05qrmjf9x6wvy8976kqiy3axk3im8jbc8hpc1yrbidm099vik0ni")))) (build-system pyproject-build-system) (arguments (list + #:test-flags #~(list "tests.py") #:phases '(modify-phases %standard-phases (add-after 'unpack 'set-HOME - (lambda _ (setenv "HOME" "/tmp"))) - (replace 'check - (lambda* (#:key tests? test-flags #:allow-other-keys) - (when tests? - (apply invoke "pytest" - (append test-flags (list "tests.py"))))))))) + (lambda _ (setenv "HOME" "/tmp")))))) (propagated-inputs (list python-dpath python-plac python-pyyaml)) (native-inputs (list python-numpy python-poetry-core python-pytest)) (home-page "https://github.com/koesterlab/yte") |
