guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 86aea74aff569fd1a6e264ac0894efe5cc801be1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 20:49:44 2026 +0000
gnu: python-jplephem: Update to 2.24.
* gnu/packages/astronomy.scm (python-jplephem): Update to 2.24.
[phases]{disable-failing-tests}: New phase.
Change-Id: I2ea22f0bf28efbfbf46d2756b3f12c589eb8796f
---
gnu/packages/astronomy.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8a1814a1f2..2133e131b9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6017,21 +6017,29 @@ satellite.")
(define-public python-jplephem
(package
(name "python-jplephem")
- (version "2.23")
+ (version "2.24")
(source
(origin
- (method git-fetch) ;no tests data in the PyPI tarball
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/brandon-rhodes/python-jplephem")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0mmd30cymb9f259c657d7jd65plirdsngnk14fbyjxd9vbryn2qa"))))
+ (base32 "1z4nhf5fq0hsyxfkbbxdyi2z2ip79qj3bnwn015rysmh6xiqa5w6"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 51 run, 14 skipped
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-failing-tests
+ ;; See:
+ ;; <https://github.com/brandon-rhodes/python-jplephem/issues/65>.
+ (lambda _
+ (substitute* "ci/test.py"
+ (("def test_excerpt_command")
+ "def __off_test_excerpt_command"))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?