[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/49: gnu: Add python-asdf-compression.
From: |
guix-commits |
Subject: |
42/49: gnu: Add python-asdf-compression. |
Date: |
Fri, 29 Mar 2024 11:15:28 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 6933d9ef0a2d0d248c42940973417b23d8af13e3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Mar 10 11:10:56 2024 +0000
gnu: Add python-asdf-compression.
* gnu/packages/astronomy.scm (python-asdf-compression): New variable.
Change-Id: I221990d2f25f31dd5272a3ccc4c603da8dac353b
---
gnu/packages/astronomy.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2a4ef61159..7849624540 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4322,6 +4322,50 @@ interchange format for scientific data. This package
contains the Python
implementation of the ASDF Standard.")
(license license:bsd-3)))
+(define-public python-asdf-compression
+ ;; TODO: No release, change to tag when it's ready.
+ (let ((commit "57cc7e76fb4163be3e99fb740b36b5ec5ae96e49")
+ (revision "0"))
+ (package
+ (name "python-asdf-compression")
+ (version (git-version "0.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/asdf-format/asdf-compression")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1g6iiyls950k66dmd0pbqqdvz74kksc4j191n0ik6fhjnkiwifgs"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'set-version
+ (lambda _
+ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" "0.0.1"))))))
+ (native-inputs
+ (list python-numpy
+ python-pytest
+ python-semantic-version
+ python-setuptools-scm))
+ (propagated-inputs
+ (list python-asdf
+ python-blosc
+ python-lz4
+ python-zstandard))
+ (home-page "https://github.com/asdf-format/asdf-fits-schemas")
+ (synopsis "ASDF extension to support various compression algorithms")
+ (description
+ "This package includes a plugin for the Python library ASDF to add
+support for reading and writing various compression algorithms including:
+@url{https://www.blosc.org/python-blosc/reference.html,Blosc},
+@url{https://python-lz4.readthedocs.io/en/stable/lz4.frame.html,LZ4 Frame},
+@url{http://facebook.github.io/zstd/,Zstandard}.")
+ (license license:bsd-3))))
+
(define-public python-asdf-standard
(package
(name "python-asdf-standard")
- 34/49: gnu: python-glymur: Update to 0.12.9., (continued)
- 34/49: gnu: python-glymur: Update to 0.12.9., guix-commits, 2024/03/29
- 22/49: gnu: python-asdf-transform-schemas: Update to 0.5.0., guix-commits, 2024/03/29
- 15/49: gnu: python-glymur: Speed up tests., guix-commits, 2024/03/29
- 27/49: gnu: python-pyvo: Update to 1.5.1., guix-commits, 2024/03/29
- 29/49: gnu: python-gwcs: Update to 0.21.0., guix-commits, 2024/03/29
- 31/49: gnu: python-suntime: Update to 1.3.2., guix-commits, 2024/03/29
- 32/49: gnu: python-suntime: Refresh package style., guix-commits, 2024/03/29
- 35/49: gnu: python-specutils: Update to 1.13.0., guix-commits, 2024/03/29
- 37/49: gnu: python-stcal: Enable sanity check., guix-commits, 2024/03/29
- 47/49: gnu: Add python-pytest-examples., guix-commits, 2024/03/29
- 42/49: gnu: Add python-asdf-compression.,
guix-commits <=
- 49/49: gnu: python-hvpy: Update to 1.1.0., guix-commits, 2024/03/29
- 03/49: gnu: python-blosc: Move to python-compression., guix-commits, 2024/03/29
- 28/49: gnu: python-astroquery: Update to 0.4.7., guix-commits, 2024/03/29
- 38/49: gnu: python-stdatamodels: Update to 1.10.0., guix-commits, 2024/03/29
- 41/49: gnu: Add python-asdf-zarr., guix-commits, 2024/03/29
- 46/49: gnu: Add python-cmyt., guix-commits, 2024/03/29
- 20/49: gnu: python-asdf-unit-schemas: Update to 0.2.0., guix-commits, 2024/03/29
- 19/49: gnu: python-cdflib: Enable all tests., guix-commits, 2024/03/29
- 23/49: gnu: python-asdf: Update to 3.1.0., guix-commits, 2024/03/29
- 36/49: gnu: python-stcal: Update to 1.6.1., guix-commits, 2024/03/29