[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/34: gnu: python-healpy: Update to 1.18.0.
From: |
guix-commits |
Subject: |
21/34: gnu: python-healpy: Update to 1.18.0. |
Date: |
Mon, 30 Dec 2024 10:24:18 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 422e8be0f287602238ea34c58eeade73680365ef
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Dec 18 21:05:19 2024 +0000
gnu: python-healpy: Update to 1.18.0.
* gnu/packages/astronomy.scm (python-healpy): Update to 1.18.0.
[arguments] <phases>: Remove 'build-extensions, add 'pre-check and
delete conftest.py causing tests to fail.
Change-Id: I1293ed04b578f0525d9f862c049bc76038583184
---
gnu/packages/astronomy.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 79f67e8a89..d2b8331426 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2649,16 +2649,13 @@ sensitivity or energy density
(define-public python-healpy
(package
(name "python-healpy")
- ;; The latest version depends on custom fork of HEALPix with changes not
- ;; ported to upstream yet, see
- ;; <https://github.com/healpy/healpy/issues/949>.
- (version "1.16.6")
+ (version "1.18.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "healpy" version))
(sha256
- (base32 "1w99cgszh2mzcn5x8p0gdzn3r96vyfdnvbwm20a1l9fdiy16xcha"))))
+ (base32 "12ajn55kjgnqadyamh6cw4q8i01nyv6isgf47lcnv2jch27zs4ka"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2675,8 +2672,9 @@ sensitivity or energy density
(lambda _
(substitute* "pyproject.toml"
(("--doctest-plus") ""))))
- (add-before 'check 'build-extensions
+ (add-before 'check 'pre-check
(lambda _
+ (delete-file "lib/healpy/conftest.py")
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(native-inputs
(list nss-certs-for-test
- 15/34: gnu: python-ci-watson: Update to 0.8.0., (continued)
- 15/34: gnu: python-ci-watson: Update to 0.8.0., guix-commits, 2024/12/30
- 26/34: gnu: python-webbpsf: Update to 1.5.0., guix-commits, 2024/12/30
- 29/34: gnu: python-rad: Adjust input., guix-commits, 2024/12/30
- 27/34: gnu: python-stsci-stimage: Adjust inputs., guix-commits, 2024/12/30
- 18/34: gnu: python-extinction: Update to 0.4.7., guix-commits, 2024/12/30
- 19/34: gnu: python-gwcs: Update to 0.22.1., guix-commits, 2024/12/30
- 12/34: gnu: python-asdf-standard: Adjust native inputs., guix-commits, 2024/12/30
- 34/34: gnu: Add python-pysat., guix-commits, 2024/12/30
- 02/34: gnu: julia-dataapi: Update to 1.16.0., guix-commits, 2024/12/30
- 10/34: gnu: wcslib: Update to 8.4., guix-commits, 2024/12/30
- 21/34: gnu: python-healpy: Update to 1.18.0.,
guix-commits <=
- 08/34: gnu: indi-2.0: Update to 2.1.1., guix-commits, 2024/12/30
- 16/34: gnu: python-cmyt: Update to 2.0.1., guix-commits, 2024/12/30
- 33/34: gnu: python-stpipe: Update to 0.8.0., guix-commits, 2024/12/30