[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/19: gnu: python-synphot: Enable more options.
From: |
guix-commits |
Subject: |
13/19: gnu: python-synphot: Enable more options. |
Date: |
Wed, 24 Jan 2024 17:28:03 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit a57fa5a8ced14180ed30591706f5ffd4007fa203
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jan 15 18:39:45 2024 +0000
gnu: python-synphot: Enable more options.
* gnu/packages/astronomy.scm (python-synphot) [propagated-inputs]: Add
python-dust-extinction and python-specutils. Sort alphabetically.
[native-inputs]: Add python-semantic-version.
Change-Id: If4dbcf2765508d7c7e2b7580193367ed2d038b6f
---
gnu/packages/astronomy.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3ed72df07f..2d0116e793 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3945,14 +3945,15 @@ datetime object.")
(format port "[pytest]
python_files = test_*.py"))))))))
(propagated-inputs
- (list ;; python-dust-extinction ; XXX: Not packed yet, optional.
- ;; python-specutils ; XXX: Not packed yet, optional.
- python-astropy
+ (list python-astropy
+ python-dust-extinction
python-numpy
- python-scipy))
+ python-scipy
+ python-specutils ))
(native-inputs
(list python-pytest
python-pytest-astropy
+ python-semantic-version
python-setuptools-scm))
(home-page "https://github.com/spacetelescope/synphot_refactor")
(synopsis "Synthetic photometry using Astropy")
- branch master updated (2266754382 -> 8f86cbd5e9), guix-commits, 2024/01/24
- 05/19: gnu: python-crds: Update to 11.17.14., guix-commits, 2024/01/24
- 01/19: gnu: stellarium: Update to 23.4., guix-commits, 2024/01/24
- 02/19: gnu: indi-2.0: Update to 2.0.5., guix-commits, 2024/01/24
- 06/19: gnu: python-drms: Update to 0.7.1., guix-commits, 2024/01/24
- 07/19: gnu: python-pyvo: Update to 1.5., guix-commits, 2024/01/24
- 10/19: gnu: Add python-ndcube., guix-commits, 2024/01/24
- 12/19: gnu: Add python-specutils., guix-commits, 2024/01/24
- 13/19: gnu: python-synphot: Enable more options.,
guix-commits <=
- 03/19: gnu: gpredict: Update home-page and description., guix-commits, 2024/01/24
- 14/19: gnu: python-tweakwcs: Update to 0.8.6., guix-commits, 2024/01/24
- 15/19: gnu: python-skyfield: Update to 1.47., guix-commits, 2024/01/24
- 16/19: gnu: python-stsynphot: Fix build., guix-commits, 2024/01/24
- 18/19: gnu: stackistry: Use G-Expressions., guix-commits, 2024/01/24
- 19/19: gnu: libnova: Use G-Expressions., guix-commits, 2024/01/24
- 04/19: gnu: libxisf: Update to 0.2.11., guix-commits, 2024/01/24
- 11/19: gnu: Add python-dust-extinction., guix-commits, 2024/01/24
- 08/19: gnu: python-stcal: Update to 1.5.2., guix-commits, 2024/01/24
- 09/19: gnu: python-sunpy: Update to 5.1.1., guix-commits, 2024/01/24