diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-29 23:06:40 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:14 +0000 |
| commit | 0aa6e3c023eaf83ec3fef69ee0a1eaca20cf736c (patch) | |
| tree | eac390f84f979f81f1c85720093521b664429fc4 /gnu | |
| parent | 952b8c0bfa0c9086577002a21bff12681e7e4491 (diff) | |
gnu: Add python-healpy-1.18.
* gnu/packages/astronomy.scm (python-healpy-1.18): New variable.
Change-Id: I7e82c6de5f2e788cb8bbece03f3170ce190a70b5
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 49ab6a2a43..ecec2f954d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5761,6 +5761,29 @@ is based on the Hierarchical Equal Area isoLatitude Pixelization (HEALPix) scheme and builds with the HEALPix C++ library.") (license license:gpl2+))) +(define-public python-healpy-1.18 + (package + (inherit python-healpy) + (version "1.18.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "healpy" version)) + (sha256 + (base32 "1v7bsxz05k36cw596yyaahcx6h8blhy1qlzpwcjj5cvg4vrynnff")))) + (arguments + (list + ;; tests: 181 passed, 4 deselected, 7 warnings + #:test-flags + #~(list "--pyargs" "healpy" + "-k" (string-join + ;; Tests requiring network access. + (list "not test_astropy_download_file" + "test_pixelweights_local_datapath" + "test_rotate_map_polarization_alms") + " and not ") + "test"))))) + (define-public python-hierarc (package (name "python-hierarc") |
