[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/34: gnu: python-ci-watson: Update to 0.8.0.
From: |
guix-commits |
Subject: |
15/34: gnu: python-ci-watson: Update to 0.8.0. |
Date: |
Mon, 30 Dec 2024 10:24:17 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 1d4aed833cf3bd1d528015056546238b520a0186
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 10 15:49:06 2024 +0000
gnu: python-ci-watson: Update to 0.8.0.
* gnu/packages/astronomy.scm (python-ci-watson): Update to 0.8.0.
[propagated-inputs]: Add python-readchar.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ic395b2d2251432ec0991bced9f2df85fa528c684
---
gnu/packages/astronomy.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8f26039807..9bf7b1d74f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3698,13 +3698,13 @@ attempting to maintain ISTP compliance
(define-public python-ci-watson
(package
(name "python-ci-watson")
- (version "0.7.0")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ci_watson" version))
(sha256
- (base32 "1qb5iyb053k1711ic93rcm0z344dc6h8vg8fpkbqpg5z6q0v2b0y"))))
+ (base32 "1rlhs8y0splmzr76z1s35zl68qm748nlayha8m81b0zhkhicxvhg"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3716,12 +3716,15 @@ attempting to maintain ISTP compliance
;; ImportError: Error importing plugin " no:legacypath": No
;; module named ' no:legacypath'
(("-p no:legacypath") "")))))))
+ (native-inputs
+ (list python-pytest-astropy-header
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-crds
python-pytest
+ python-readchar
python-requests))
- (native-inputs
- (list python-pytest-astropy-header))
(home-page "https://github.com/spacetelescope/ci_watson")
(synopsis "Helper functions for STScI software")
(description
- 30/34: gnu: python-roman-datamodels: Adjust input., (continued)
- 30/34: gnu: python-roman-datamodels: Adjust input., guix-commits, 2024/12/30
- 20/34: gnu: python-halotools: Update to 0.9.2., guix-commits, 2024/12/30
- 31/34: gnu: python-specutils: Fix build., guix-commits, 2024/12/30
- 25/34: gnu: webbpsf-data: Update to 1.5.0., guix-commits, 2024/12/30
- 24/34: gnu: python-sunpy: Update to 6.0.4., guix-commits, 2024/12/30
- 32/34: gnu: python-stdatamodels: Update to 2.2.0., guix-commits, 2024/12/30
- 23/34: gnu: python-spisea: Update to 2.1.13., guix-commits, 2024/12/30
- 22/34: gnu: python-pysiaf: Update to 0.24.1., guix-commits, 2024/12/30
- 09/34: gnu: splash: Update to 3.11.1., guix-commits, 2024/12/30
- 07/34: gnu: healpix: Update to 3.8.3., guix-commits, 2024/12/30
- 15/34: gnu: python-ci-watson: Update to 0.8.0.,
guix-commits <=
- 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, 2024/12/30