mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: python-coolest: Update to 0.1.11.
* gnu/packages/astronomy.scm (python-coolest): Update to 0.1.11. [native-inputs]: Add python-setuptools. Change-Id: I231c50e7b921dfbc4b3dada32f12a3feef4b4d65
This commit is contained in:
parent
75840da919
commit
2995fa0c0e
1 changed files with 8 additions and 6 deletions
|
|
@ -3790,26 +3790,28 @@ structure of the universe, and the properties of dark matter halos.")
|
|||
(define-public python-coolest
|
||||
(package
|
||||
(name "python-coolest")
|
||||
(version "0.1.9")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ; no tests in the PyPI tarball
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aymgal/COOLEST")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/aymgal/COOLEST")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mfkgfp6f0ay6kndh7vk8l0g2ijr32k55x3pmj15lp9kd8k3ln4r"))))
|
||||
(base32 "1mdj5c91w1p2ch1y80y0x1y3ky30b95lzlscz2b6hl7jcf3n6jfb"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; tests: 120 passed, 81 warnings
|
||||
#:test-flags
|
||||
;; Cycle with python-lenstronomy.
|
||||
#~(list "--ignore=test/api/profiles/light_test.py"
|
||||
"--ignore=test/api/profiles/mass_test.py")))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-scikit-image))
|
||||
python-scikit-image
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-astropy
|
||||
python-getdist
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue