[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/19: gnu: python-stcal: Update to 1.5.2.
From: |
guix-commits |
Subject: |
08/19: gnu: python-stcal: Update to 1.5.2. |
Date: |
Wed, 24 Jan 2024 17:28:02 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 8084df8b107823c829aa9271a80b6f23680d64cc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 14 21:15:43 2024 +0000
gnu: python-stcal: Update to 1.5.2.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.5.2.
[propagated-inputs]: Add python-asdf-3.0 and python-gwcs.
[native-inputs]: Remove python-cython; add python-cython-3 and
python-semantic-version.
Change-Id: I8b6a90a3c0b75ee43de4c7069950a4f9578ea825
---
gnu/packages/astronomy.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4c867aa66a..ce84b50e54 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2775,13 +2775,13 @@ image processing functions: @code{xyxymatch},
@code{geomap}.")
(define-public python-stcal
(package
(name "python-stcal")
- (version "1.4.4")
+ (version "1.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stcal" version))
(sha256
- (base32 "031ldihdmsdrwz4wl49bfk2bxmzbp1i3kidrw46xz936765zmnc0"))))
+ (base32 "0r1a9f476f8ivhrwbcny3rnj9s4plaps6p36c22w73g546d476b7"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2796,16 +2796,19 @@ image processing functions: @code{xyxymatch},
@code{geomap}.")
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
(propagated-inputs
(list opencv ;Provides OpenCV-Python
+ python-asdf-3.0
python-astropy
+ python-gwcs
python-numpy
python-scipy))
(native-inputs
- (list python-cython
+ (list python-cython-3
python-psutil
python-pytest
python-pytest-cov
python-pytest-doctestplus
python-pytest-openfiles
+ python-semantic-version
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/stcal")
(synopsis "STScI tools and algorithms used in calibration pipelines")
- 12/19: gnu: Add python-specutils., (continued)
- 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, 2024/01/24
- 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 <=
- 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