[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/33: gnu: python-rad: Update to 0.17.1.
From: |
guix-commits |
Subject: |
22/33: gnu: python-rad: Update to 0.17.1. |
Date: |
Wed, 27 Sep 2023 07:09:18 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 9bf19a302ba10d47eafed054a066fbe30a3f2ec0
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 7 23:32:22 2023 +0100
gnu: python-rad: Update to 0.17.1.
* gnu/packages/astronomy.scm (python-rad): Update to 0.17.1.
[arguments]{tests?}: Disable them to break dependencies cycle.
[native-inputs]: Remove python-astropy, python-pytest,
python-pytest-doctestplus, python-pytest-openfiles.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/astronomy.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 95c585079c..a402c63e9f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3807,22 +3807,20 @@ default) to world coordinates.")
(define-public python-rad
(package
(name "python-rad")
- (version "0.15.0")
+ (version "0.17.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "rad" version))
(sha256
(base32
- "0j51pkywxdaqrfz162rdsywlvx1mbb2h0gi5framvhf25i1im7mb"))))
+ "11jhh3qmd00g8sn6hcfshbpb2qy1rfj0xkxn30pd63lqazg4ra3p"))))
(build-system pyproject-build-system)
(arguments
- (list #:test-flags #~(list "-k" "not remote_data")))
- (native-inputs (list python-astropy
- python-pytest
- python-pytest-doctestplus
- python-pytest-openfiles
- python-semantic-version
- python-setuptools-scm))
+ (list
+ ;; XXX: Tests introduce dependencies cycle, breaking it by disable them.
+ ;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
+ #:tests? #f))
+ (native-inputs (list python-semantic-version python-setuptools-scm))
(propagated-inputs (list python-asdf python-asdf-astropy))
(home-page "https://github.com/spacetelescope/rad")
(synopsis "Roman Attribute Dictionary")
- 10/33: gnu: libxisf: Extend description., (continued)
- 10/33: gnu: libxisf: Extend description., guix-commits, 2023/09/27
- 14/33: gnu: python-cdflib: Fix version detection., guix-commits, 2023/09/27
- 09/33: gnu: libxisf: Update to 0.2.9., guix-commits, 2023/09/27
- 12/33: gnu: python-astropy-healpix: Update to 1.0.0., guix-commits, 2023/09/27
- 15/33: gnu: python-sunpy: Enable more tests., guix-commits, 2023/09/27
- 20/33: gnu: python-photutils: Update to 1.9.0., guix-commits, 2023/09/27
- 18/33: gnu: python-fitsio: Update to 1.2.0., guix-commits, 2023/09/27
- 33/33: gnu: sssd: Update to 2.9.2., guix-commits, 2023/09/27
- 32/33: gnu: wvkbd: Update to 0.14.1., guix-commits, 2023/09/27
- 21/33: gnu: python-pyvo: Update to 1.4.2., guix-commits, 2023/09/27
- 22/33: gnu: python-rad: Update to 0.17.1.,
guix-commits <=
- 25/33: gnu: python-stdatamodels: Update to 1.8.0., guix-commits, 2023/09/27
- 23/33: gnu: python-roman-datamodels: Update to 0.17.1., guix-commits, 2023/09/27
- 13/33: gnu: python-cdflib: Update to 1.1.0., guix-commits, 2023/09/27
- 26/33: gnu: python-astropy: Update to 5.3.3., guix-commits, 2023/09/27
- 30/33: gnu: lhasa: Update to 0.4.0., guix-commits, 2023/09/27
- 16/33: gnu: python-bayesicfitting: Update to 3.2.0., guix-commits, 2023/09/27
- 17/33: gnu: python-crds: Update to 11.17.4., guix-commits, 2023/09/27
- 19/33: gnu: python-jwst: Update to 1.11.4., guix-commits, 2023/09/27
- 24/33: gnu: python-roman-datamodels: Remove all test constraints., guix-commits, 2023/09/27
- 31/33: gnu: yt-dlp: Update to 2023.09.24., guix-commits, 2023/09/27