summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 12:40:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:51 +0100
commit11b35f154c48d454579fd00a76ac94287fb8e026 (patch)
treee158c4a108d7453339abe875562807f172b68e58 /gnu
parenta0e1bd4ec99336751d814a252ce811402e92d8ac (diff)
gnu: Add python-roman-technical-information.
* gnu/packages/astronomy.scm (python-roman-technical-information): New variable. Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm25
1 files changed, 25 insertions, 0 deletions
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
10376pipelines.") 10376pipelines.")
10377 (license license:bsd-3))) 10377 (license license:bsd-3)))
10378 10378
10379(define-public python-roman-technical-information
10380 (package
10381 (name "python-roman-technical-information")
10382 (version "1.5.0")
10383 (source
10384 (origin
10385 (method url-fetch)
10386 (uri (pypi-uri "roman_technical_information" version))
10387 (sha256
10388 (base32 "1zlddw389zw9198yvymir1yf9prlk77minb5y8fcgmjkflz5vvj9"))))
10389 (build-system pyproject-build-system)
10390 (arguments (list #:tests? #f)) ;no tests
10391 (native-inputs
10392 (list python-setuptools))
10393 (propagated-inputs
10394 (list python-astropy
10395 python-pyyaml))
10396 (home-page "https://github.com/RomanSpaceTelescope/roman-technical-information")
10397 (synopsis "Roman Space Telescope technical information")
10398 (description
10399 "This package provides technical information related to the Nancy Grace
10400Roman Space Telescope (Roman), its Wide Field Instrument (WFI), and its
10401Coronagraph technology demonstration (Coronagraph).")
10402 (license license:cc0)))
10403
10379(define-public python-romancal 10404(define-public python-romancal
10380 (package 10405 (package
10381 (name "python-romancal") 10406 (name "python-romancal")