mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-photutils: Update to 2.3.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 2.3.0. [native-inputs]: Remove python-setuptools and python-setuptools-scm; add python-setuptools-next and python-setuptools-scm-next. Change-Id: Ic2a6bd2b7b89249f57cae95812c597a255e3ed2d
This commit is contained in:
parent
73f6f25b33
commit
0abf9e40cd
1 changed files with 13 additions and 11 deletions
|
@ -5683,16 +5683,17 @@ photometry, segmentations, Petrosian profiling, and Sérsic fitting.")
|
||||||
(define-public python-photutils
|
(define-public python-photutils
|
||||||
(package
|
(package
|
||||||
(name "python-photutils")
|
(name "python-photutils")
|
||||||
(version "2.2.0")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "photutils" version))
|
(uri (pypi-uri "photutils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h1bf8694pf9qdv9gf0934v6dk08d3ybrj858salqnfz6prnfnzb"))))
|
(base32 "1xyrnf0ynh8l3dad8s93dyqk3m9gvmxgvrji1nb9yillfzvjfxcl"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; tests: 1843 passed, 22 skipped
|
||||||
#:test-flags
|
#:test-flags
|
||||||
#~(list "--pyargs" "photutils"
|
#~(list "--pyargs" "photutils"
|
||||||
"--numprocesses" (number->string (min 8 (parallel-job-count))))
|
"--numprocesses" (number->string (min 8 (parallel-job-count))))
|
||||||
|
@ -5703,6 +5704,13 @@ photometry, segmentations, Petrosian profiling, and Sérsic fitting.")
|
||||||
(when tests?
|
(when tests?
|
||||||
(with-directory-excursion "/tmp"
|
(with-directory-excursion "/tmp"
|
||||||
(apply invoke "pytest" "-vv" test-flags))))))))
|
(apply invoke "pytest" "-vv" test-flags))))))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-cython-3
|
||||||
|
python-extension-helpers
|
||||||
|
python-pytest-astropy
|
||||||
|
python-pytest-xdist
|
||||||
|
python-setuptools-next
|
||||||
|
python-setuptools-scm-next))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astropy
|
(list python-astropy
|
||||||
python-bottleneck
|
python-bottleneck
|
||||||
|
@ -5715,17 +5723,11 @@ photometry, segmentations, Petrosian profiling, and Sérsic fitting.")
|
||||||
python-scipy
|
python-scipy
|
||||||
python-shapely
|
python-shapely
|
||||||
python-tqdm))
|
python-tqdm))
|
||||||
(native-inputs
|
|
||||||
(list python-cython-3
|
|
||||||
python-extension-helpers
|
|
||||||
python-pytest-astropy
|
|
||||||
python-pytest-xdist
|
|
||||||
python-setuptools
|
|
||||||
python-setuptools-scm))
|
|
||||||
(home-page "https://github.com/astropy/photutils")
|
(home-page "https://github.com/astropy/photutils")
|
||||||
(synopsis "Source detection and photometry")
|
(synopsis "Source detection and photometry")
|
||||||
(description "Photutils is an Astropy package for detection and photometry
|
(description
|
||||||
of astronomical sources.")
|
"Photutils is an Astropy package for detection and photometry of
|
||||||
|
astronomical sources.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-pint-pulsar
|
(define-public python-pint-pulsar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue