[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63806] [PATCH 02/18] gnu: Add python-rad.
From: |
Sharlatan Hellseher |
Subject: |
[bug#63806] [PATCH 02/18] gnu: Add python-rad. |
Date: |
Tue, 30 May 2023 20:58:32 +0100 |
* gnu/packages/astronomy.scm (python-rad): New variable.
---
gnu/packages/astronomy.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5429cceeae..359704f8dd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3082,6 +3082,36 @@ (define-public python-gwcs
default) to world coordinates.")
(license license:bsd-3)))
+(define-public python-rad
+ (package
+ (name "python-rad")
+ (version "0.15.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "rad" version))
+ (sha256
+ (base32
+ "0j51pkywxdaqrfz162rdsywlvx1mbb2h0gi5framvhf25i1im7mb"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:test-flags #~(list "-k" "not remote_data")))
+ (native-inputs (list python-astropy
+ python-pytest
+ python-pytest-doctestplus
+ python-pytest-openfiles
+ python-semantic-version
+ python-setuptools-scm))
+ (propagated-inputs (list python-asdf python-asdf-astropy))
+ (home-page "https://github.com/spacetelescope/rad")
+ (synopsis "Roman Attribute Dictionary")
+ (description
+ "@acronym{RAD, The Roman Attribute Dictionary} is package which defines
schemas
+for the Nancy Grace Roman Space Telescope shared attributes for processing and
+archive. These schemas are schemas for the ASDF file file format, which are
used
+by ASDF to serialize and deserialize data for the Nancy Grace Roman Space
+Telescope.")
+ (license license:bsd-3)))
+
(define-public python-astroalign
(package
(name "python-astroalign")
--
2.40.1
- [bug#63806] [PATCH 00/18]: gnu: Add JWST (James Webb Space Telescope), Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 02/18] gnu: Add python-rad.,
Sharlatan Hellseher <=
- [bug#63806] [PATCH 01/18] gnu: Add python-pysynshot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 04/18] gnu: Add python-stsci-image., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 06/18] gnu: Add python-stsci-stimage., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 03/18] gnu: Add python-roman-datamodels., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 07/18] gnu: Add python-tweakwcs., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 09/18] gnu: Add python-stsynphot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 08/18] gnu: Add python-synphot., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 05/18] gnu: Add python-stsci-imagestats., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 13/18] gnu: Add python-stpipe., Sharlatan Hellseher, 2023/05/30
- [bug#63806] [PATCH 11/18] gnu: Add python-crds., Sharlatan Hellseher, 2023/05/30