mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-radiospectra: Update to 0.6.1.
* gnu/packages/astronomy.scm (python-radiospectra): Update to 0.6.1. [arguments] <test-flags>: Run tests in parallel, supported in upstream. [native-inputs]: Add python-pytest, python-pytest-doctestplus, python-pytest-xdist, python-setuptools, and python-wheel. Change-Id: I5bb6e46a2b92f246aae0fb5bab70834087cec08f
This commit is contained in:
parent
a5043ee7ee
commit
bb3a726196
1 changed files with 13 additions and 6 deletions
|
@ -6860,16 +6860,18 @@ channels
|
||||||
(define-public python-radiospectra
|
(define-public python-radiospectra
|
||||||
(package
|
(package
|
||||||
(name "python-radiospectra")
|
(name "python-radiospectra")
|
||||||
(version "0.6.0")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "radiospectra" version))
|
(uri (pypi-uri "radiospectra" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mqdh90hpq7sc9lybmc7y33g84vswf7w0r5hs57rf3a9hzfxad90"))))
|
(base32 "14p4hp9yncyjsrbys0yjq7jbj0n9wf0x5sy67kilqrw14d1xvzch"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:test-flags
|
||||||
|
#~(list "--numprocesses" (number->string (parallel-job-count)))
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-before 'check 'set-home-env
|
(add-before 'check 'set-home-env
|
||||||
|
@ -6877,16 +6879,21 @@ channels
|
||||||
;; Tests require HOME to be set.
|
;; Tests require HOME to be set.
|
||||||
;; Permission denied: '/homeless-shelter'
|
;; Permission denied: '/homeless-shelter'
|
||||||
(setenv "HOME" "/tmp"))))))
|
(setenv "HOME" "/tmp"))))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest
|
||||||
|
python-pytest-astropy
|
||||||
|
python-pytest-doctestplus
|
||||||
|
python-pytest-xdist
|
||||||
|
python-setuptools
|
||||||
|
python-setuptools-scm
|
||||||
|
python-sunpy-soar
|
||||||
|
python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-cdflib
|
(list python-cdflib
|
||||||
python-matplotlib
|
python-matplotlib
|
||||||
python-numpy
|
python-numpy
|
||||||
python-scipy
|
python-scipy
|
||||||
python-sunpy))
|
python-sunpy))
|
||||||
(native-inputs
|
|
||||||
(list python-pytest-astropy
|
|
||||||
python-setuptools-scm
|
|
||||||
python-sunpy-soar))
|
|
||||||
(home-page "https://docs.sunpy.org/projects/radiospectra")
|
(home-page "https://docs.sunpy.org/projects/radiospectra")
|
||||||
(synopsis "Support for radio spectra on solar physics")
|
(synopsis "Support for radio spectra on solar physics")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue