From 11b35f154c48d454579fd00a76ac94287fb8e026 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 21 Aug 2026 12:40:39 +0100 Subject: gnu: Add python-roman-technical-information. * gnu/packages/astronomy.scm (python-roman-technical-information): New variable. Relates-to: guix/guix!10702 --- gnu/packages/astronomy.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bb7f80d1615..ec897d9524e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10376,6 +10376,31 @@ for Roman since FITS format data files will not be used by the Roman calibration pipelines.") (license license:bsd-3))) +(define-public python-roman-technical-information + (package + (name "python-roman-technical-information") + (version "1.5.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "roman_technical_information" version)) + (sha256 + (base32 "1zlddw389zw9198yvymir1yf9prlk77minb5y8fcgmjkflz5vvj9")))) + (build-system pyproject-build-system) + (arguments (list #:tests? #f)) ;no tests + (native-inputs + (list python-setuptools)) + (propagated-inputs + (list python-astropy + python-pyyaml)) + (home-page "https://github.com/RomanSpaceTelescope/roman-technical-information") + (synopsis "Roman Space Telescope technical information") + (description + "This package provides technical information related to the Nancy Grace +Roman Space Telescope (Roman), its Wide Field Instrument (WFI), and its +Coronagraph technology demonstration (Coronagraph).") + (license license:cc0))) + (define-public python-romancal (package (name "python-romancal") -- cgit v1.2.3