GNU bug report logs - #77190
[PATCH 00/34] Astro update 2025/03.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 22 Mar 2025 20:28:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 77190 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, Andreas Enge <andreas <at> enge.fr>, Eric Bavier <bavier <at> posteo.net>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#77190] [PATCH 34/34] gnu: Add python-sunkit-magex.
Date: Sat, 22 Mar 2025 20:29:07 +0000
* gnu/packages/astronomy.scm (python-sunkit-magex): New variable.

Change-Id: I646ec32ffb3b772e8e9136d9afc9e828ca18de39
---
 gnu/packages/astronomy.scm | 57 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ba697830f6..3540ddc46c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7282,6 +7282,63 @@ (define-public python-stwcs
 Telescope, HST}).")
     (license license:bsd-3)))
 
+(define-public python-sunkit-magex
+  (package
+    (name "python-sunkit-magex")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "sunkit_magex" version))
+       (sha256
+        (base32 "1jx1nvb6addnsmafq1s0wrxlcpk0p2hcp6b8ldw0q3sz2dzfpcb0"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:test-flags
+      #~(list "-k"
+              (string-join
+               ;; Some issue with presision in this test.
+               (list "not test_adapt_map"
+                     ;; NotImplementedError: is_full_sun_synoptic_map is only
+                     ;; implemented for ['CEA', 'CAR'] projections and not
+                     "test_car_reproject")
+               " and not "))
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'pre-check
+            ;; FileNotFoundError: [Errno 2] No such file or directory:
+            ;; '/homeless-shelter/.config'
+            (lambda _
+              (setenv "HOME" "/tmp"))))))
+    (native-inputs
+     (list python-pytest
+           python-pytest-arraydiff
+           python-pytest-doctestplus
+           python-reproject
+           python-setuptools
+           python-setuptools-scm
+           python-streamtracer
+           python-sympy
+           python-wheel))
+    (propagated-inputs
+     (list python-astropy
+           python-numpy
+           python-scikit-image
+           python-scipy
+           python-sunpy))
+    (home-page "https://docs.sunpy.org/projects/sunkit-magex")
+    (synopsis "Solar Magnetic field Extrapolation")
+    (description
+     "This package provides a set of tools for the modelling of magnetic field
+data.  It is a SunPy affiliated package and is built on top of @code{sunpy}
+and @code{astropy}.")
+    ;; This project is Copyright (c) The SunPy Community and licensed under
+    ;; the terms of the GNU GPL v3+ license.  This package is based upon the
+    ;; Openastronomy packaging guide which is licensed under the BSD 3-clause
+    ;; license. See the licenses folder for more information.
+    (license (list license:gpl3+ license:bsd-3))))
+
 (define-public python-tweakwcs
   (package
     (name "python-tweakwcs")
-- 
2.48.1





This bug report was last modified 51 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.