[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/49: gnu: python-blosc: Simplify package.
From: |
guix-commits |
Subject: |
04/49: gnu: python-blosc: Simplify package. |
Date: |
Fri, 29 Mar 2024 11:15:20 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit a2894745a5feaf9adb20c3f7a8f1e5ba78d41f16
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Mar 10 09:13:28 2024 +0000
gnu: python-blosc: Simplify package.
* gnu/packages/python-compression.scm (python-blosc) [arguments]
<#:phases>: Swap to simple lambda in 'find-blosc phase as it already
uses this-package-input procedure.
Change-Id: I4d3219d9575b9573b0c384b067855fa927f122da
---
gnu/packages/python-compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index ef289bc4d1..d076a4e161 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -69,7 +69,7 @@
(list #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'find-blosc
- (lambda* (#:key inputs #:allow-other-keys)
+ (lambda _
(setenv "USE_SYSTEM_BLOSC" "1")
(setenv "Blosc_ROOT" #$(this-package-input "c-blosc"))))
(replace 'check
- 03/49: gnu: python-blosc: Move to python-compression., (continued)
- 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
- 44/49: gnu: Add python-nose-exclude., guix-commits, 2024/03/29
- 04/49: gnu: python-blosc: Simplify package.,
guix-commits <=
- 09/49: gnu: python-zarr: Update to 2.17.1., guix-commits, 2024/03/29
- 14/49: gnu: python-stdatamodels: Speed up tests., guix-commits, 2024/03/29
- 26/49: gnu: python-asdf-astropy: Update to 0.6.0, guix-commits, 2024/03/29
- 30/49: gnu: python-drizzle: Update to 1.15.1., guix-commits, 2024/03/29
- 39/49: gnu: python-crds: Update to 11.17.19., guix-commits, 2024/03/29
- 40/49: gnu: python-pynbody: Update to 1.6.0., guix-commits, 2024/03/29
- 43/49: gnu: Add python-astroplan., guix-commits, 2024/03/29
- 45/49: gnu: Add python-ewah-bool-utils., guix-commits, 2024/03/29
- 48/49: gnu: Add python-pydantic-settings., guix-commits, 2024/03/29