mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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
This commit is contained in:
parent
fb4293c4ec
commit
a57fa5a8ce
1 changed files with 5 additions and 4 deletions
|
@ -3945,14 +3945,15 @@ (define-public python-synphot
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue