diff options
| -rw-r--r-- | gnu/packages/astronomy.scm | 25 |
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 | |||
| 10376 | pipelines.") | 10376 | pipelines.") |
| 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 | ||
| 10400 | Roman Space Telescope (Roman), its Wide Field Instrument (WFI), and its | ||
| 10401 | Coronagraph 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") |
