[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/19: gnu: python-skyfield: Update to 1.47.
From: |
guix-commits |
Subject: |
15/19: gnu: python-skyfield: Update to 1.47. |
Date: |
Wed, 24 Jan 2024 17:28:03 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 884bddc26cd2136abd3f90792de519a4ddbc9b6e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jan 15 20:16:08 2024 +0000
gnu: python-skyfield: Update to 1.47.
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.47.
[inputs]: Remove python-certifi, python-jplephem, python-numpy, and
python-sgp4.
[propagated-inputs]: Add python-certifi, python-jplephem, python-numpy, and
python-sgp4.
Change-Id: If5a9a47077edcebe83449c4c54a49189dea61c5a
---
gnu/packages/astronomy.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 874e9e07c4..30f99dea5f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4485,20 +4485,23 @@ astronomical images, especially when there is no WCS
information available.")
(define-public python-skyfield
(package
(name "python-skyfield")
- (version "1.46")
+ (version "1.47")
(source
(origin
(method url-fetch)
(uri (pypi-uri "skyfield" version))
(sha256
- (base32 "1r4kpsh1pa4h3diyxy3gyapp0rykfjdqmn5w348a2ck2qkdlx997"))))
+ (base32 "0272pwk88csmrrl44fc4l52agd68pkg4zbmdhs7gliq5q9wf3hrs"))))
(build-system python-build-system)
(arguments
- ;; NOTE: (Sharlatan-20210207T163305+0000): tests depend on custom test
- ;; framework https://github.com/brandon-rhodes/assay
+ ;; XXX: Tests depend on custom test framework
+ ;; https://github.com/brandon-rhodes/assay
`(#:tests? #f))
- (inputs
- (list python-certifi python-jplephem python-numpy python-sgp4))
+ (propagated-inputs
+ (list python-certifi
+ python-jplephem
+ python-numpy
+ python-sgp4))
(home-page "https://rhodesmill.org/skyfield/")
(synopsis "Astronomy for Python")
(description
- 05/19: gnu: python-crds: Update to 11.17.14., (continued)
- 05/19: gnu: python-crds: Update to 11.17.14., guix-commits, 2024/01/24
- 01/19: gnu: stellarium: Update to 23.4., guix-commits, 2024/01/24
- 02/19: gnu: indi-2.0: Update to 2.0.5., guix-commits, 2024/01/24
- 06/19: gnu: python-drms: Update to 0.7.1., guix-commits, 2024/01/24
- 07/19: gnu: python-pyvo: Update to 1.5., guix-commits, 2024/01/24
- 10/19: gnu: Add python-ndcube., guix-commits, 2024/01/24
- 12/19: gnu: Add python-specutils., guix-commits, 2024/01/24
- 13/19: gnu: python-synphot: Enable more options., guix-commits, 2024/01/24
- 03/19: gnu: gpredict: Update home-page and description., guix-commits, 2024/01/24
- 14/19: gnu: python-tweakwcs: Update to 0.8.6., guix-commits, 2024/01/24
- 15/19: gnu: python-skyfield: Update to 1.47.,
guix-commits <=
- 16/19: gnu: python-stsynphot: Fix build., guix-commits, 2024/01/24
- 18/19: gnu: stackistry: Use G-Expressions., guix-commits, 2024/01/24
- 19/19: gnu: libnova: Use G-Expressions., guix-commits, 2024/01/24
- 04/19: gnu: libxisf: Update to 0.2.11., guix-commits, 2024/01/24
- 11/19: gnu: Add python-dust-extinction., guix-commits, 2024/01/24
- 08/19: gnu: python-stcal: Update to 1.5.2., guix-commits, 2024/01/24
- 09/19: gnu: python-sunpy: Update to 5.1.1., guix-commits, 2024/01/24
- 17/19: gnu: libpasastro: Use G-Expressions., guix-commits, 2024/01/24