[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/93: gnu: python-xarray-datatree: Add missing input.
From: |
guix-commits |
Subject: |
03/93: gnu: python-xarray-datatree: Add missing input. |
Date: |
Sun, 5 May 2024 16:44:45 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 061885faecec511ed3f15b67ccce90e073875838
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 26 11:05:13 2024 +0200
gnu: python-xarray-datatree: Add missing input.
* gnu/packages/python-science.scm (python-xarray-datatree)[native-inputs]:
Add python-setuptools-scm.
Change-Id: I86a7280ba687385edb15f30dae1a20e3811a0beb
---
gnu/packages/python-science.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e1e6ba90f1..6966c53f7a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1373,7 +1373,8 @@ name) using the Python's @code{dataclass}.")
(base32 "1x1s25s6dp1f2hck9qw8vl8hgkyy23rcwag2a9vd3w0dbgrrl5i6"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-packaging python-xarray))
- (native-inputs (list python-pytest python-zarr))
+ ;; We need setuptools-scm to correctly record the version string.
+ (native-inputs (list python-pytest python-setuptools-scm python-zarr))
(home-page "https://github.com/xarray-contrib/datatree")
(synopsis "Hierarchical tree-like data structures for xarray")
(description "Datatree is a prototype implementation of a tree-like
- branch wip-python-team created (now a4ad0a46ef), guix-commits, 2024/05/05
- 01/93: gnu: Add python-dask-image., guix-commits, 2024/05/05
- 02/93: gnu: python-pooch: Update to 1.8.1., guix-commits, 2024/05/05
- 04/93: gnu: Add python-xarray-schema., guix-commits, 2024/05/05
- 06/93: gnu: Add rust-lapack-0.19., guix-commits, 2024/05/05
- 03/93: gnu: python-xarray-datatree: Add missing input.,
guix-commits <=
- 10/93: gnu: Add python-nbmake., guix-commits, 2024/05/05
- 13/93: gnu: Add python-param., guix-commits, 2024/05/05
- 05/93: gnu: Add rust-lapack-sys-0.14., guix-commits, 2024/05/05
- 08/93: gnu: Add rust-blas-0.22., guix-commits, 2024/05/05
- 07/93: gnu: Add rust-blas-sys-0.7., guix-commits, 2024/05/05
- 09/93: gnu: Add python-pyct., guix-commits, 2024/05/05
- 11/93: gnu: Add python-colorcet., guix-commits, 2024/05/05
- 14/93: gnu: Add rust-amd-0.2., guix-commits, 2024/05/05
- 18/93: gnu: Add python-qdldl., guix-commits, 2024/05/05
- 20/93: gnu: Add python-ecos., guix-commits, 2024/05/05