mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
This commit is contained in:
parent
a066939a5a
commit
816e342bed
1 changed files with 16 additions and 9 deletions
|
@ -3743,12 +3743,12 @@ (define-public python-synphot
|
||||||
(package
|
(package
|
||||||
(name "python-synphot")
|
(name "python-synphot")
|
||||||
(version "1.3.0")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (pypi-uri "synphot" version))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (pypi-uri "synphot" version))
|
||||||
(base32
|
(sha256
|
||||||
"0a54bfrx9aar66040324sw9qdjz5lg67y28sjsxhyv9h3gppc7c0"))))
|
(base32 "0a54bfrx9aar66040324sw9qdjz5lg67y28sjsxhyv9h3gppc7c0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3767,9 +3767,16 @@ (define-public python-synphot
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(format port "[pytest]
|
(format port "[pytest]
|
||||||
python_files = test_*.py"))))))))
|
python_files = test_*.py"))))))))
|
||||||
(propagated-inputs (list python-astropy python-numpy python-scipy))
|
(propagated-inputs
|
||||||
(native-inputs (list python-pytest python-pytest-astropy
|
(list ;; python-dust-extinction ; XXX: Not packed yet, optional.
|
||||||
python-setuptools-scm))
|
;; 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")
|
(home-page "https://github.com/spacetelescope/synphot_refactor")
|
||||||
(synopsis "Synthetic photometry using Astropy")
|
(synopsis "Synthetic photometry using Astropy")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue