[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
196/299: gnu: python-resampy: Update to 0.4.3.
From: |
guix-commits |
Subject: |
196/299: gnu: python-resampy: Update to 0.4.3. |
Date: |
Mon, 13 Jan 2025 07:30:51 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 49c6f042167d6d68289a535d58f4536051079a87
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 9 11:09:13 2025 +0100
gnu: python-resampy: Update to 0.4.3.
* gnu/packages/audio.scm (python-resampy): Update to 0.4.3.
[arguments]: Remove.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I79d0a460d4646c5fde3aec9314d9ccc6380002de
---
gnu/packages/audio.scm | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index c0d8c55098..19292e2b36 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2015-2025 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
@@ -163,6 +163,7 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system meson)
#:use-module (guix build-system python)
+ #:use-module (guix build-system pyproject)
#:use-module (guix build-system trivial)
#:use-module (guix build-system waf)
#:use-module (guix download)
@@ -6404,7 +6405,7 @@ and much more.")
(define-public python-resampy
(package
(name "python-resampy")
- (version "0.2.2")
+ (version "0.4.3")
(source
(origin
(method git-fetch)
@@ -6415,20 +6416,12 @@ and much more.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0qmkxl5sbgh0j73n667vyi7ywzh09iaync91yp1j5rrcmwsn0qfs"))))
- (build-system python-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs outputs tests? #:allow-other-keys)
- (when tests?
- (add-installed-pythonpath inputs outputs)
- (invoke "pytest" "tests")))))))
+ (base32 "0dlm9ksm7yzgg582sic0vqwfcwdya1g4gnydxldfhaq4y0wakr9c"))))
+ (build-system pyproject-build-system)
(propagated-inputs
(list python-numba python-numpy python-scipy python-six))
(native-inputs
- (list python-pytest python-pytest-cov))
+ (list python-pytest python-pytest-cov python-setuptools python-wheel))
(home-page "https://github.com/bmcfee/resampy")
(synopsis "Efficient signal resampling")
(description
- 179/299: gnu: python-flask-login: Update to 0.6.3., (continued)
- 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, 2025/01/13
- 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 <=
- 206/299: gnu: python-fastcluster: Add missing inputs., guix-commits, 2025/01/13
- 207/299: gnu: python-metacells: Add missing input., guix-commits, 2025/01/13
- 181/299: gnu: python-webassets: Fix build., guix-commits, 2025/01/13
- 208/299: gnu: python-scanpy: Patch anndata version check., guix-commits, 2025/01/13
- 221/299: gnu: python-astropy-healpix: Add missing input., guix-commits, 2025/01/13
- 231/299: gnu: python-httpauth: Add missing inputs., guix-commits, 2025/01/13
- 237/299: gnu: python-matplotx: Add missing inputs., guix-commits, 2025/01/13
- 244/299: gnu: python-sybil: Update to 9.0.0., guix-commits, 2025/01/13
- 252/299: gnu: python-soundfile: Update to 0.13.0., guix-commits, 2025/01/13
- 251/299: gnu: Add python-soxr., guix-commits, 2025/01/13