diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 12:27:31 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:52 +0100 |
| commit | d64787f1b110485df40593604accb80962e71272 (patch) | |
| tree | a9186e111f4e8fddc999f8b1299d0a9831474110 | |
| parent | 0c1eb24d647211712a97d119d6b3afc5ef8f2ac3 (diff) | |
gnu: python-romancal: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-romancal): Update to 1.1.0.
[propagated-inputs]: Replace python-astropy-7 with python-astropy.
[phases]{relax-requirements}: New phase.
Merges: guix/guix!10702
| -rw-r--r-- | gnu/packages/astronomy.scm | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 815e288070c..f39953bd89a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -10404,7 +10404,7 @@ Coronagraph technology demonstration (Coronagraph).") | |||
| 10404 | (define-public python-romancal | 10404 | (define-public python-romancal |
| 10405 | (package | 10405 | (package |
| 10406 | (name "python-romancal") | 10406 | (name "python-romancal") |
| 10407 | (version "1.0.1") | 10407 | (version "1.1.0") |
| 10408 | (source | 10408 | (source |
| 10409 | (origin | 10409 | (origin |
| 10410 | (method git-fetch) | 10410 | (method git-fetch) |
| @@ -10413,11 +10413,11 @@ Coronagraph technology demonstration (Coronagraph).") | |||
| 10413 | (commit version))) | 10413 | (commit version))) |
| 10414 | (file-name (git-file-name name version)) | 10414 | (file-name (git-file-name name version)) |
| 10415 | (sha256 | 10415 | (sha256 |
| 10416 | (base32 "0wb6dqk5pj8z1ayankvd0imgm5shkpfa4xycj70yry78dj83rw4a")))) | 10416 | (base32 "0dn8knpfsdbqlswyb5636wzziwrqak6ib1nkws96q27n5lak7z9n")))) |
| 10417 | (build-system pyproject-build-system) | 10417 | (build-system pyproject-build-system) |
| 10418 | (arguments | 10418 | (arguments |
| 10419 | (list | 10419 | (list |
| 10420 | ;; tests: 459 passed, 331 skipped, 18 deselected, 9 warnings | 10420 | ;; tests: 441 passed, 313 skipped, 18 deselected, 2 xpassed, 11 warnings |
| 10421 | #:test-flags | 10421 | #:test-flags |
| 10422 | #~(list "--color=no" | 10422 | #~(list "--color=no" |
| 10423 | ;; Tests requiring calibration data. | 10423 | ;; Tests requiring calibration data. |
| @@ -10454,7 +10454,13 @@ Coronagraph technology demonstration (Coronagraph).") | |||
| 10454 | "test_wfi18_transient_too_few_resultants" | 10454 | "test_wfi18_transient_too_few_resultants" |
| 10455 | "test_wfi18_transient_fit_failure" | 10455 | "test_wfi18_transient_fit_failure" |
| 10456 | "test_wfi18_transient_save_results") | 10456 | "test_wfi18_transient_save_results") |
| 10457 | " and not ")))) | 10457 | " and not ")) |
| 10458 | #:phases | ||
| 10459 | #~(modify-phases %standard-phases | ||
| 10460 | (add-after 'unpack 'relax-requirements | ||
| 10461 | (lambda _ | ||
| 10462 | (substitute* "pyproject.toml" | ||
| 10463 | (("romanisim>=0.14,<0.15") "romanisim"))))))) | ||
| 10458 | (native-inputs | 10464 | (native-inputs |
| 10459 | (list nss-certs-for-test | 10465 | (list nss-certs-for-test |
| 10460 | python-ci-watson | 10466 | python-ci-watson |
| @@ -10467,7 +10473,7 @@ Coronagraph technology demonstration (Coronagraph).") | |||
| 10467 | (propagated-inputs | 10473 | (propagated-inputs |
| 10468 | (list python-asdf | 10474 | (list python-asdf |
| 10469 | python-asdf-astropy | 10475 | python-asdf-astropy |
| 10470 | python-astropy-7 | 10476 | python-astropy |
| 10471 | python-crds | 10477 | python-crds |
| 10472 | python-drizzle | 10478 | python-drizzle |
| 10473 | python-gwcs | 10479 | python-gwcs |
