[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/47: gnu: python-stsci-image: Refresh package style.
From: |
guix-commits |
Subject: |
20/47: gnu: python-stsci-image: Refresh package style. |
Date: |
Tue, 30 Apr 2024 16:42:41 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit e7e929094d6ce9df96c92df362157915b3b15141
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Apr 3 16:26:49 2024 +0100
gnu: python-stsci-image: Refresh package style.
* gnu/packages/astronomy.scm (python-stsci-image): Adjust indentation.
[description]: Fix grammar.
Change-Id: I1f4bf751720a3be324644bf417104e36510c62a6
---
gnu/packages/astronomy.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 06b96f1215..ca30ff60a0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3135,28 +3135,28 @@ spherical polygons that represent arbitrary regions of
the sky.")
(package
(name "python-stsci-image")
(version "2.3.5")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "stsci.image" version))
- (sha256
- (base32
- "1vnp4256nbdvapa69cmm80sjz11ygxa49abr9nbvssj6nyyp5icb"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "stsci.image" version))
+ (sha256
+ (base32 "1vnp4256nbdvapa69cmm80sjz11ygxa49abr9nbvssj6nyyp5icb"))))
(build-system pyproject-build-system)
(arguments
- (list #:phases #~(modify-phases %standard-phases
- (add-before 'check 'build-extensions
- (lambda _
- ;; Cython extensions have to be built before
running
- ;; the tests.
- (invoke "python" "setup.py" "build_ext"
- "--inplace"))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'build-extensions
+ (lambda _
+ ;; Cython extensions have to be built before running the tests.
+ (invoke "python" "setup.py" "build_ext" "--inplace"))))))
(propagated-inputs (list python-numpy python-scipy))
(native-inputs (list python-pytest python-setuptools-scm))
(home-page "https://github.com/spacetelescope/stsci.image")
(synopsis "Image array manipulation functions")
(description
- "This package provides Python modules of @acronym{STScI, Space Telescope
-Science Institute} image array manipulation functions.")
+ "This package provides a Python module to various @acronym{STScI, Space
+Telescope Science Institute} image array manipulation functions.")
(license license:bsd-3)))
(define-public python-stsci-imagestats
- 13/47: gnu: python-astropy: Symplify package., (continued)
- 13/47: gnu: python-astropy: Symplify package., guix-commits, 2024/04/30
- 15/47: gnu: python-astropy-healpix: Update to 1.0.3., guix-commits, 2024/04/30
- 17/47: gnu: python-stcal: Update to 1.7.0., guix-commits, 2024/04/30
- 10/47: gnu: python-asdf: Update to 3.2.0., guix-commits, 2024/04/30
- 12/47: gnu: python-astropy-iers-data: Update to 0.2024.4.15.2.45.49., guix-commits, 2024/04/30
- 14/47: gnu: python-astropy: Update to 6.0.1., guix-commits, 2024/04/30
- 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 <=
- 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, 2024/04/30
- 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