summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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