summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-15 22:09:45 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:23 +0100
commitbb7159dc01e56b35172264d71142ca7b058f41f6 (patch)
tree5549b2bf4ba44de90aaee6b33a0dbc10590a933e
parent497365e296b92e9f6df362f6efec337511355c4b (diff)
gnu: Remove python-healpy-1.18.
* gnu/packages/astronomy.scm (python-healpy-1.18): Delete variable. Merges: guix/guix!10585
-rw-r--r--gnu/packages/astronomy.scm23
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index d5dee69312d..a7f6e68c3c7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6813,29 +6813,6 @@ is based on the Hierarchical Equal Area isoLatitude Pixelization (HEALPix)
6813scheme and builds with the HEALPix C++ library.") 6813scheme and builds with the HEALPix C++ library.")
6814 (license license:gpl2+))) 6814 (license license:gpl2+)))
6815 6815
6816(define-public python-healpy-1.18
6817 (package
6818 (inherit python-healpy-1.19)
6819 (version "1.18.1")
6820 (source
6821 (origin
6822 (method url-fetch)
6823 (uri (pypi-uri "healpy" version))
6824 (sha256
6825 (base32 "1v7bsxz05k36cw596yyaahcx6h8blhy1qlzpwcjj5cvg4vrynnff"))))
6826 (arguments
6827 (list
6828 ;; tests: 181 passed, 4 deselected, 7 warnings
6829 #:test-flags
6830 #~(list "--pyargs" "healpy"
6831 "-k" (string-join
6832 ;; Tests requiring network access.
6833 (list "not test_astropy_download_file"
6834 "test_pixelweights_local_datapath"
6835 "test_rotate_map_polarization_alms")
6836 " and not ")
6837 "test")))))
6838
6839;; Not all of the dependents released updates supporting v1.19. 6816;; Not all of the dependents released updates supporting v1.19.
6840(define-public python-healpy python-healpy-1.19) 6817(define-public python-healpy python-healpy-1.19)
6841 6818