diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-17 09:28:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:55 +0000 |
| commit | 4901c406dfcf8eea5d536699534b56d56831666f (patch) | |
| tree | b7139c0fd2bccb3389b00b0d1647f5084760f889 /gnu | |
| parent | a2a1d83b9de9f9b1aec1ab3242e7dad3ab2630c7 (diff) | |
gnu: Add python-ogadf-schema.
* gnu/packages/astronomy.scm (python-ogadf-schema): New variable.
Change-Id: I7c019d14c067e57a300e14ee4f04cd8749c493c3
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 7095255881d..6b9b4989ef1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5941,6 +5941,32 @@ translations.") (list python-setuptools python-setuptools-scm)))) +(define-public python-ogadf-schema + (package + (name "python-ogadf-schema") + (version "0.2.4.post1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "ogadf_schema" version)) + (sha256 + (base32 "02v5r5vnr40ggp2mccxnx600gkl3mvv77zslpf9dj96jcd8pk117")))) + (build-system pyproject-build-system) + (arguments + (list #:tests? #f)) ;no tests + (native-inputs + (list python-poetry-core + python-setuptools)) + (propagated-inputs + (list python-fits-schema)) + (home-page "https://github.com/open-gamma-ray-astro/ogadf-schema") + (synopsis + "Definition of the open gamma ray astronomy data formats using fits-schema") + (description + "This package provides schema definitions for the Data Formats For Gamma-Ray +Astronomy.") + (license license:expat))) + (define-public python-petrofit (package (name "python-petrofit") |
