[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/299: gnu: python-mudata: Update to 0.3.1.
From: |
guix-commits |
Subject: |
185/299: gnu: python-mudata: Update to 0.3.1. |
Date: |
Mon, 13 Jan 2025 07:30:47 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 17e3963fcb14eddceac2467a1006751b95cff500
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 7 20:51:58 2025 +0100
gnu: python-mudata: Update to 0.3.1.
* gnu/packages/bioinformatics.scm (python-mudata): Update to 0.3.1.
[arguments]: Add phase 'pretend-version.
[native-inputs]: Remove python-flit-core; add python-hatch-vcs and
python-hatchling.
Change-Id: I87b8dc6ec557e0ca69930d82db7d6e64727228e9
---
gnu/packages/bioinformatics.scm | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dc077a4ecd..74206def60 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4899,7 +4899,7 @@ with MOFA+ in Python.")
(define-public python-mudata
(package
(name "python-mudata")
- (version "0.2.3")
+ (version "0.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4908,12 +4908,23 @@ with MOFA+ in Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "02h0k1q57589r0hdv8nwg1vk7g2ljvn5g66c47fy5gdilbm3gjws"))))
+ "1m1qsqgk8snllavfj99qgm2j7cccviwg7k0k1kfbvqn0bkzc87sa"))))
(build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'pretend-version
+ (lambda _
+ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version))))))
(propagated-inputs
(list python-anndata python-h5py python-pandas))
(native-inputs
- (list python-flit-core python-numpy python-pytest python-zarr))
+ (list python-hatch-vcs
+ python-hatchling
+ python-numpy
+ python-pytest
+ python-zarr))
(home-page "https://github.com/scverse/mudata")
(synopsis "Python package for multi-omics data analysis")
(description
- 154/299: gnu: Add python-rich-toolkit., (continued)
- 154/299: gnu: Add python-rich-toolkit., guix-commits, 2025/01/13
- 159/299: gnu: python-path-bootstrap: Update to 17.1.0., guix-commits, 2025/01/13
- 156/299: gnu: Add python-fastapi-cli., guix-commits, 2025/01/13
- 152/299: gnu: python-pydantic-core: Update to 2.27.2., guix-commits, 2025/01/13
- 145/299: gnu: python-imageio-ffmpeg: Update to 0.5.1., guix-commits, 2025/01/13
- 143/299: gnu: python-pillow: Update to 11.1.0., guix-commits, 2025/01/13
- 163/299: gnu: Remove python-fastapi-for-pytorch-lightning., guix-commits, 2025/01/13
- 193/299: gnu: rust-jiter-0.2: Add missing input., guix-commits, 2025/01/13
- 169/299: gnu: python-wrapt: Update to 1.17.0., guix-commits, 2025/01/13
- 179/299: gnu: python-flask-login: Update to 0.6.3., guix-commits, 2025/01/13
- 185/299: gnu: python-mudata: Update to 0.3.1.,
guix-commits <=
- 165/299: gnu: python-starsessions: Disable one more test., guix-commits, 2025/01/13
- 189/299: gnu: python-decoupler-py: Add missing input., guix-commits, 2025/01/13
- 166/299: gnu: python-fastapi: Relax requirements., guix-commits, 2025/01/13
- 176/299: gnu: python-legacy-api-wrap: Update to 1.4.1., guix-commits, 2025/01/13
- 195/299: gnu: python-pytest-tornado5: Add missing inputs., guix-commits, 2025/01/13
- 188/299: gnu: python-cell2cell: Add missing input., guix-commits, 2025/01/13
- 184/299: gnu: python-locust: Disable some more tests., guix-commits, 2025/01/13
- 202/299: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/13
- 196/299: gnu: python-resampy: Update to 0.4.3., guix-commits, 2025/01/13
- 206/299: gnu: python-fastcluster: Add missing inputs., guix-commits, 2025/01/13