diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-16 23:26:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:49 +0100 |
| commit | ba4b70cd20d7d483f228d2f0ec0e5dd9d34b5f2b (patch) | |
| tree | 4af13251f2f20f0fba4278cc1da3715dee5ff0a3 | |
| parent | 39a79b697939ae5ee675f56baf44528715d24819 (diff) | |
gnu: python-sunpy: Update to 8.0.0.
* gnu/packages/astronomy.scm (python-sunpy): Update to 8.0.0.
[native-inputs]: Add python-pytest-run-parallel and python-responses.
Relates-to: guix/guix!10702
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c8ca6b962b0..c5f720d8313 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -12329,7 +12329,7 @@ SunPy.") | |||
| 12329 | (define-public python-sunpy | 12329 | (define-public python-sunpy |
| 12330 | (package | 12330 | (package |
| 12331 | (name "python-sunpy") | 12331 | (name "python-sunpy") |
| 12332 | (version "7.1.2") | 12332 | (version "8.0.0") |
| 12333 | (source | 12333 | (source |
| 12334 | (origin | 12334 | (origin |
| 12335 | (method git-fetch) | 12335 | (method git-fetch) |
| @@ -12338,11 +12338,11 @@ SunPy.") | |||
| 12338 | (commit (string-append "v" version)))) | 12338 | (commit (string-append "v" version)))) |
| 12339 | (file-name (git-file-name name version)) | 12339 | (file-name (git-file-name name version)) |
| 12340 | (sha256 | 12340 | (sha256 |
| 12341 | (base32 "0v6h67j0p9ppxlv47l5mlbvw8acmdbxryjhw90bqhajchayvgami")))) | 12341 | (base32 "0q5a57lz63l96lw0j069qjhvw90dgvmc8d7pmvsk54ici6y0a7am")))) |
| 12342 | (build-system pyproject-build-system) | 12342 | (build-system pyproject-build-system) |
| 12343 | (arguments | 12343 | (arguments |
| 12344 | (list | 12344 | (list |
| 12345 | ;; tests: 2674 passed, 14 skipped, 3 xfailed, 2722 warnings | 12345 | ;; tests: 2969 passed, 15 skipped, 3 xfailed, 3017 warnings |
| 12346 | #:test-flags | 12346 | #:test-flags |
| 12347 | #~(list "-m" "not remote_data" | 12347 | #~(list "-m" "not remote_data" |
| 12348 | "--pyargs" "sunpy" | 12348 | "--pyargs" "sunpy" |
| @@ -12365,9 +12365,6 @@ SunPy.") | |||
| 12365 | (find-files "sunpy")) | 12365 | (find-files "sunpy")) |
| 12366 | (close port)))) | 12366 | (close port)))) |
| 12367 | (add-before 'build 'set-HOME | 12367 | (add-before 'build 'set-HOME |
| 12368 | ;; It requires during sanity check as well to prevent error like: | ||
| 12369 | ;; PermissionError: [Errno 13] Permission denied: | ||
| 12370 | ;; '/homeless-shelter' | ||
| 12371 | (lambda _ | 12368 | (lambda _ |
| 12372 | (setenv "HOME" "/tmp"))) | 12369 | (setenv "HOME" "/tmp"))) |
| 12373 | (add-before 'check 'remove-local-source | 12370 | (add-before 'check 'remove-local-source |
| @@ -12383,7 +12380,9 @@ SunPy.") | |||
| 12383 | python-pytest-astropy | 12380 | python-pytest-astropy |
| 12384 | python-pytest-mock | 12381 | python-pytest-mock |
| 12385 | python-pytest-mpl | 12382 | python-pytest-mpl |
| 12383 | python-pytest-run-parallel | ||
| 12386 | python-pytest-xdist | 12384 | python-pytest-xdist |
| 12385 | python-responses | ||
| 12387 | python-setuptools | 12386 | python-setuptools |
| 12388 | python-setuptools-scm)) | 12387 | python-setuptools-scm)) |
| 12389 | (propagated-inputs | 12388 | (propagated-inputs |
