[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/32: gnu: Add python-sunkit-image.
From: |
guix-commits |
Subject: |
30/32: gnu: Add python-sunkit-image. |
Date: |
Tue, 27 Aug 2024 12:04:58 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 4ba88b2d72a6143eee9a05bcd166d17cc2b1ac78
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Aug 6 13:34:11 2024 +0100
gnu: Add python-sunkit-image.
* gnu/packages/astronomy.scm (python-sunkit-image): New variable.
Change-Id: I3213dc2dc2be23407db9316f5ed84a9d248cbee2
---
gnu/packages/astronomy.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 58d30c6720..75b21ae331 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1560,6 +1560,50 @@ instruments.")
(license (list license:bsd-3 ; licenses/LICENSE.rst, same as
python-astropy
license:expat)))) ; licenses/KOSMOS_LICENSE
+(define-public python-sunkit-image
+ (package
+ (name "python-sunkit-image")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "sunkit_image" version))
+ (sha256
+ (base32 "1wzii7dy0yb2lx0k8m3iak5vxc0wbybj5cdkvrk93sr14k9crqds"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ ;; XXX: Check with upstram: assert False.
+ #:test-flags #~(list "-k" "not test_fnrgf")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'set-home
+ (lambda _
+ ;; For tests: Permission denied: '/homeless-shelter'
+ (setenv "HOME" "/tmp"))))))
+ (propagated-inputs
+ (list python-astropy
+ python-matplotlib
+ python-numpy
+ python-scikit-image
+ python-scipy
+ python-sunpy))
+ (native-inputs
+ (list python-astroscrappy
+ python-beautifulsoup4
+ python-dask
+ python-drms
+ python-importlib-resources
+ python-pytest-astropy
+ python-pytest-mpl
+ python-setuptools-scm
+ python-zeep))
+ (home-page "https://github.com/sunpy/sunkit-image/")
+ (synopsis "Solar Physics image processing toolbox")
+ (description
+ "This package provides an image processing toolbox for Solar Physics.")
+ (license license:bsd-2)))
+
(define-public wcslib
(package
(name "wcslib")
- 02/32: gnu: indi-2.0: Update to 2.0.9., (continued)
- 02/32: gnu: indi-2.0: Update to 2.0.9., guix-commits, 2024/08/27
- 21/32: gnu: python-stpipe: Update to 0.7.0., guix-commits, 2024/08/27
- 06/32: gnu: python-crds: Update to 11.18.1., guix-commits, 2024/08/27
- 19/32: gnu: python-shapely: Adjust home page., guix-commits, 2024/08/27
- 17/32: gnu: python-specutils: Update to 1.16.0., guix-commits, 2024/08/27
- 10/32: gnu: python-glue-core: Adjust inputs., guix-commits, 2024/08/27
- 18/32: gnu: python-shapely: Update to 2.0.5., guix-commits, 2024/08/27
- 04/32: gnu: python-astropy-iers-data: Update to 0.2024.8.12.0.32.58., guix-commits, 2024/08/27
- 27/32: gnu: Add python-glue-astronomy., guix-commits, 2024/08/27
- 29/32: gnu: Add python-glue-qt., guix-commits, 2024/08/27
- 30/32: gnu: Add python-sunkit-image.,
guix-commits <=
- 16/32: gnu: python-roman-datamodels: Update to 0.21.0., guix-commits, 2024/08/27
- 12/32: gnu: python-mpl-animators: Update to 1.2.0., guix-commits, 2024/08/27
- 28/32: gnu: Add python-pvextractor., guix-commits, 2024/08/27
- 20/32: gnu: python-stcal: Update to 1.8.0., guix-commits, 2024/08/27
- 08/32: gnu: python-drms: Update to 0.8.0., guix-commits, 2024/08/27
- 26/32: gnu: Add python-specreduce., guix-commits, 2024/08/27
- 23/32: gnu: python-viresclient: Update to 0.12.0., guix-commits, 2024/08/27
- 09/32: gnu: python-dust-extinction: Update to 1.5., guix-commits, 2024/08/27
- 13/32: gnu: python-rad: Update to 0.21.0., guix-commits, 2024/08/27
- 14/32: gnu: python-radiospectra: Update to 0.6.0., guix-commits, 2024/08/27