From b0d177ee8e8ea32ed4111d95d8fbe0b2520b88a1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 18 Sep 2024 15:00:22 +0100 Subject: gnu: python-sbpy: Update to 0.5.0. * gnu/packages/astronomy.scm (python-sbpy): Update to 0.5.0. [arguments]: <#:test-flags>: Enable all tests as upstream resolve issues. Add parallelisation to tests. Change-Id: Ibab879910faf45b6d9319e9a5ee4ad59735cce4f --- gnu/packages/astronomy.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c010888821..0ba823d3ec 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5193,23 +5193,17 @@ spectra, and data.") (define-public python-sbpy (package (name "python-sbpy") - (version "0.4.0") + (version "0.5.0") (source (origin (method url-fetch) (uri (pypi-uri "sbpy" version)) (sha256 - (base32 "18f3056fgzpvjj43m845wl9znl4dqxs8f8qv3gpay7kik4l8a1fc")))) + (base32 "1xqi29rrh7v05zmvyl8gffrkrw5rlcxig1w6xw1v8f7ikydb5plv")))) (build-system pyproject-build-system) (arguments (list - #:test-flags - ;; See . - #~(list "--ignore=sbpy/spectroscopy/tests/test_specgrad.py" - ;; See - "-k" (string-append "not test_from_fluxd" - " and not test_bandpass" - " and not test_spectral_density_vega_bp")) + #:test-flags #~(list "--numprocesses" "auto") #:phases #~(modify-phases %standard-phases (add-before 'check 'set-home-env @@ -5224,6 +5218,7 @@ spectra, and data.") python-ginga python-numpy python-photutils + ;python-pyoorb ;not packed yet in Guix python-pyyaml python-scipy python-synphot)) -- cgit v1.2.3