From 46bdcee9c8480bf383424a0d68b2c9f54e818672 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 9 Oct 2023 00:40:18 +0100 Subject: gnu: python-stdatamodels: Update packages style. * gnu/packages/astronomy.scm (python-stdatamodels): Update indentation to improve readability of the package. [description]: Add TexInfo styling bits. Signed-off-by: Christopher Baines --- gnu/packages/astronomy.scm | 55 ++++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5f8ee2284e..fdf3f7d4e2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2618,40 +2618,43 @@ image processing functions: @code{xyxymatch}, @code{geomap}.") (package (name "python-stdatamodels") (version "1.8.3") - (source (origin - (method url-fetch) - (uri (pypi-uri "stdatamodels" version)) - (sha256 - (base32 - "0265xa9nrp6qp1z7v9kmnd3c8jc0dad2vzin657clk3rrsj2qll5")))) + (source + (origin + (method url-fetch) + (uri (pypi-uri "stdatamodels" version)) + (sha256 + (base32 "0265xa9nrp6qp1z7v9kmnd3c8jc0dad2vzin657clk3rrsj2qll5")))) (build-system pyproject-build-system) (arguments (list - ;; Disable tests requiring access to CRDS servers to download ~500MiB - ;; of data. + ;; Disable tests requiring access to CRDS servers to download ~500MiB of + ;; data. #:test-flags #~(list "-k" "not test_crds_selectors_vs_datamodel") - #:phases #~(modify-phases %standard-phases - (add-before 'check 'set-home - (lambda _ - (setenv "HOME" "/tmp")))))) - (propagated-inputs (list python-asdf - python-asdf-astropy - python-astropy - python-numpy - python-psutil)) - (native-inputs (list python-crds - python-pytest - python-pytest-doctestplus - python-scipy - python-semantic-version - python-setuptools-scm)) + #:phases + #~(modify-phases %standard-phases + (add-before 'check 'set-home + (lambda _ + (setenv "HOME" "/tmp")))))) + (propagated-inputs + (list python-asdf + python-asdf-astropy + python-astropy + python-numpy + python-psutil)) + (native-inputs + (list python-crds + python-pytest + python-pytest-doctestplus + python-scipy + python-semantic-version + python-setuptools-scm)) (home-page "https://github.com/spacetelescope/stdatamodels") (synopsis "Core support for DataModel classes used in calibration pipelines") (description - "Provides DataModel, which is the base class for data models implemented in -the @acronym{JWST, James Webb Space Telescope} and @acronym{Roman, Nancy Grace -Roman Space Telescope} calibration software.") + "Provides @code{DataModel}, which is the base class for data models +implemented in the @acronym{JWST, James Webb Space Telescope} and +@acronym{Roman, Nancy Grace Roman Space Telescope} calibration software.") (license license:bsd-3))) (define-public python-stpipe -- cgit v1.2.3