diff options
| -rw-r--r-- | gnu/packages/astronomy.scm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 4c8c5a0dc47..ea8ef937a11 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -12547,6 +12547,44 @@ PYSYNPHOT, utilizing Astropy and covering the non-instrument specific portions | |||
| 12547 | of the old packages.") | 12547 | of the old packages.") |
| 12548 | (license license:bsd-3))) | 12548 | (license license:bsd-3))) |
| 12549 | 12549 | ||
| 12550 | (define-public python-tables-io | ||
| 12551 | (package | ||
| 12552 | (name "python-tables-io") | ||
| 12553 | (version "1.1.2") | ||
| 12554 | (source | ||
| 12555 | (origin | ||
| 12556 | (method git-fetch) | ||
| 12557 | (uri (git-reference | ||
| 12558 | (url "https://github.com/LSSTDESC/tables_io") | ||
| 12559 | (commit (string-append "v" version)))) | ||
| 12560 | (file-name (git-file-name name version)) | ||
| 12561 | (sha256 | ||
| 12562 | (base32 "0yi20hjxmh1vgi8l74pinqvw9fmn2qz6sfkf0khrg3sillwbpa9q")))) | ||
| 12563 | (build-system pyproject-build-system) | ||
| 12564 | (native-inputs | ||
| 12565 | (list python-mpi4py | ||
| 12566 | python-pytest | ||
| 12567 | python-setuptools | ||
| 12568 | python-setuptools-scm)) | ||
| 12569 | (propagated-inputs | ||
| 12570 | (list python-click | ||
| 12571 | python-deprecated | ||
| 12572 | python-h5py | ||
| 12573 | python-numpy | ||
| 12574 | python-pandas | ||
| 12575 | python-tables | ||
| 12576 | ;; [optional] | ||
| 12577 | python-astropy | ||
| 12578 | python-pyarrow)) | ||
| 12579 | (home-page "https://github.com/LSSTDESC/tables_io") | ||
| 12580 | (synopsis "Input/output and conversion functions for tabular data") | ||
| 12581 | (description | ||
| 12582 | "@code{tables_io} provides an interface for a variety of non-ASCII file | ||
| 12583 | formats that are commonly used within the @url{https://lsstdesc.org/, LSST | ||
| 12584 | DESC collaboration}. It allows users to read in data from multiple types of | ||
| 12585 | files through one convenient interface.") | ||
| 12586 | (license license:expat))) | ||
| 12587 | |||
| 12550 | (define-public python-tweakwcs | 12588 | (define-public python-tweakwcs |
| 12551 | (package | 12589 | (package |
| 12552 | (name "python-tweakwcs") | 12590 | (name "python-tweakwcs") |
