diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-04 00:36:45 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:20 +0100 |
| commit | d47b0599a866b5cf239235bdc102b8e8cd70637f (patch) | |
| tree | 971033c40de3fca1ca8501c7f95d6eea801c429d /gnu | |
| parent | d1a8c4e9e91fc4b5b572ccfcb27e3a1934928242 (diff) | |
gnu: Remove python-xarray-datatree.
* gnu/packages/python-science.scm (python-xarray-datatree): Delete variable.
Fixes: guix/guix#5348
Change-Id: I7150cbe534f900286fb575f5883d9fe0980aa975
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ee340aaee22..2152a30e763 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -4941,34 +4941,6 @@ are \"typed\" (i.e. fixed dimensions, data type, coordinates, attributes, and name) using the Python's @code{dataclass}.") (license license:expat))) -;; Note that this package will be folded into xarray eventually. See -;; https://github.com/pydata/xarray/issues/8572 for details. -(define-public python-xarray-datatree - (package - (name "python-xarray-datatree") - (version "0.0.14") - (source - (origin - (method url-fetch) - (uri (pypi-uri "xarray-datatree" version)) - (sha256 - (base32 "1x1s25s6dp1f2hck9qw8vl8hgkyy23rcwag2a9vd3w0dbgrrl5i6")))) - (build-system pyproject-build-system) - (propagated-inputs (list python-packaging python-xarray)) - ;; We need setuptools-scm to correctly record the version string. - (native-inputs - (list python-pytest - python-setuptools - python-setuptools-scm - python-wheel - 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 -hierarchical data structure for @code{xarray}. Datatree is in the process of -being merged upstream into @code{xarray}.") - (license license:asl2.0))) - (define-public python-xarray-einstats (package (name "python-xarray-einstats") |
