guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/47: gnu: python-tweakwcs: Adjust indentation.


From: guix-commits
Subject: 23/47: gnu: python-tweakwcs: Adjust indentation.
Date: Tue, 30 Apr 2024 16:42:42 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 9f05edf7610db6fd7c0e47a7a9b0bba97b9f0eeb
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Apr 3 16:39:16 2024 +0100

    gnu: python-tweakwcs: Adjust indentation.
    
    * gnu/packages/astronomy.scm (python-tweakwcs): Adjust indentation.
    
    Change-Id: Ic8c79addbd0253c2364382e6a0e632945eafb05a
---
 gnu/packages/astronomy.scm | 40 +++++++++++++++++++++-------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5b3936f2ea..ecae1c56cb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4379,26 +4379,28 @@ of the old packages.")
   (package
     (name "python-tweakwcs")
     (version "0.8.6")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "tweakwcs" version))
-              (sha256
-               (base32
-                "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "tweakwcs" version))
+       (sha256
+        (base32 "1j75i02xzd36gp7pf6gks6nmp4ivi9cbphya4l69py5p62iaab99"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-astropy
-                             python-gwcs
-                             python-numpy
-                             python-packaging
-                             python-spherical-geometry
-                             python-stsci-imagestats
-                             python-stsci-stimage))
-    (native-inputs (list python-codecov
-                         python-pytest
-                         python-pytest-cov
-                         python-scipy
-                         python-semantic-version
-                         python-setuptools-scm))
+    (propagated-inputs
+     (list python-astropy
+           python-gwcs
+           python-numpy
+           python-packaging
+           python-spherical-geometry
+           python-stsci-imagestats
+           python-stsci-stimage))
+    (native-inputs
+     (list python-codecov
+           python-pytest
+           python-pytest-cov
+           python-scipy
+           python-semantic-version
+           python-setuptools-scm))
     (home-page "https://tweakwcs.readthedocs.io/en/latest/";)
     (synopsis
      "Algorithms for matching and aligning catalogs and for tweaking the WCS")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]