guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 11b35f154c48d454579fd00a76ac94287fb8e026
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 12:40:39 2026 +0100
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(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index bb7f80d161..ec897d9524 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")