[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")
- 02/47: gnu: stellarium: Update to 24.1., (continued)
- 02/47: gnu: stellarium: Update to 24.1., guix-commits, 2024/04/30
- 07/47: gnu: python-exif-read: Update to 3.0.0., guix-commits, 2024/04/30
- 08/47: gnu: Add python-pysiaf., guix-commits, 2024/04/30
- 19/47: gnu: python-stsci-imagestats: Update to 1.8.2., guix-commits, 2024/04/30
- 20/47: gnu: python-stsci-image: Refresh package style., guix-commits, 2024/04/30
- 26/47: gnu: python-ginga: Set HOME for sanity check., guix-commits, 2024/04/30
- 27/47: gnu: python-gatspy: Refresh package style., guix-commits, 2024/04/30
- 29/47: gnu: python-bayesicfitting: Update to 3.2.1., guix-commits, 2024/04/30
- 35/47: gnu: python-regions: Update to 0.9., guix-commits, 2024/04/30
- 16/47: gnu: python-jwst: Update to 1.14.0., guix-commits, 2024/04/30
- 23/47: gnu: python-tweakwcs: Adjust indentation.,
guix-commits <=
- 28/47: gnu: python-bayesicfitting: Refresh package style., guix-commits, 2024/04/30
- 31/47: gnu: python-skyfield: Enable tests., guix-commits, 2024/04/30
- 33/47: gnu: python-astroplan: Update to 0.10., guix-commits, 2024/04/30
- 37/47: gnu: python-casa-formats-io: Update to 0.3.0., guix-commits, 2024/04/30
- 39/47: gnu: python-photutils: Update to 1.12., guix-commits, 2024/04/30
- 24/47: gnu: python-tweakwcs: Update to 0.8.7., guix-commits, 2024/04/30
- 34/47: gnu: python-rad: Update to 0.19.2., guix-commits, 2024/04/30
- 41/47: gnu: python-reproject: Enable tests., guix-commits, 2024/04/30
- 18/47: gnu: python-stdatamodels: Update to 1.10.1., guix-commits, 2024/04/30
- 21/47: gnu: python-synphot: Add custom check phase., guix-commits, 2024/04/30