[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/32: gnu: python-synphot: Adjust package style.
From: |
guix-commits |
Subject: |
28/32: gnu: python-synphot: Adjust package style. |
Date: |
Fri, 12 Jan 2024 16:44:03 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 816e342bed3cba1a72b02e536914cb49ba8f7f40
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Dec 18 23:31:37 2023 +0000
gnu: python-synphot: Adjust package style.
* gnu/packages/astronomy.scm (python-synphot): Adjust package style.
[propagated-inputs]: Add annotation for optional, not packed yet
packages. Columnise inputs.
[native-inputs]: Columnise inputs.
Change-Id: I789fc143191c68d5acc248bf6c67e52a93e2744f
---
gnu/packages/astronomy.scm | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2fd7454977..75912cefb1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3743,12 +3743,12 @@ datetime object.")
(package
(name "python-synphot")
(version "1.3.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "synphot" version))
- (sha256
- (base32
- "0a54bfrx9aar66040324sw9qdjz5lg67y28sjsxhyv9h3gppc7c0"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "synphot" version))
+ (sha256
+ (base32 "0a54bfrx9aar66040324sw9qdjz5lg67y28sjsxhyv9h3gppc7c0"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3767,9 +3767,16 @@ datetime object.")
(lambda (port)
(format port "[pytest]
python_files = test_*.py"))))))))
- (propagated-inputs (list python-astropy python-numpy python-scipy))
- (native-inputs (list python-pytest python-pytest-astropy
- python-setuptools-scm))
+ (propagated-inputs
+ (list ;; python-dust-extinction ; XXX: Not packed yet, optional.
+ ;; python-specutils ; XXX: Not packed yet, optional.
+ python-astropy
+ python-numpy
+ python-scipy))
+ (native-inputs
+ (list python-pytest
+ python-pytest-astropy
+ python-setuptools-scm))
(home-page "https://github.com/spacetelescope/synphot_refactor")
(synopsis "Synthetic photometry using Astropy")
(description
- 08/32: gnu: python-astropy-healpix: Update to 1.0.2., (continued)
- 08/32: gnu: python-astropy-healpix: Update to 1.0.2., guix-commits, 2024/01/12
- 25/32: gnu: python-stsci-imagestats: Enable tests, guix-commits, 2024/01/12
- 09/32: gnu: python-crds: Update to 11.17.13., guix-commits, 2024/01/12
- 26/32: gnu: python-stsynphot: Update to 1.3.0., guix-commits, 2024/01/12
- 14/32: gnu: python-mpl-animators: Update to 1.1.1., guix-commits, 2024/01/12
- 12/32: gnu: python-gwcs: Update to 0.20.0., guix-commits, 2024/01/12
- 30/32: gnu: splash: Update to 3.10.1., guix-commits, 2024/01/12
- 22/32: gnu: python-spherical-geometry: Update to 1.3.1., guix-commits, 2024/01/12
- 06/32: gnu: phd2: Update to 2.6.12., guix-commits, 2024/01/12
- 15/32: gnu: julia-fitsio: Update to 0.17.1., guix-commits, 2024/01/12
- 28/32: gnu: python-synphot: Adjust package style.,
guix-commits <=
- 20/32: gnu: python-reproject: Update to 0.13.0., guix-commits, 2024/01/12
- 07/32: gnu: python-asdf-astropy: Update to 0.5.0., guix-commits, 2024/01/12
- 21/32: gnu: python-spectral-cube: Update to 0.6.5., guix-commits, 2024/01/12
- 32/32: gnu: python-regions: Use G-expressions., guix-commits, 2024/01/12
- 24/32: gnu: python-stsci-imagestats: Update to 1.8.0., guix-commits, 2024/01/12
- 17/32: gnu: python-pynbody: Update to 1.5.2., guix-commits, 2024/01/12
- 11/32: gnu: python-drms: Update to 0.7.0., guix-commits, 2024/01/12
- 10/32: gnu: python-drizzle: Update to 1.14.4., guix-commits, 2024/01/12
- 31/32: gnu: wcslib: Update to 8.2.2., guix-commits, 2024/01/12
- 16/32: gnu: python-photutils: Update to 1.10.0., guix-commits, 2024/01/12