[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
280/299: gnu: python-mulpyplexer: Add missing inputs.
From: |
guix-commits |
Subject: |
280/299: gnu: python-mulpyplexer: Add missing inputs. |
Date: |
Mon, 13 Jan 2025 15:18:53 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit f74e02fc7d42c35019fcf162da15f0acad96a149
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 12 21:40:48 2025 +0100
gnu: python-mulpyplexer: Add missing inputs.
* gnu/packages/python-xyz.scm (python-mulpyplexer)[arguments]: Reformat.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: If55056c94f7693328a51c361909fa52b093126e9
---
gnu/packages/python-xyz.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c76e49c339..c7bf40e01e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36030,11 +36030,14 @@ common library subroutines in disassembled binaries.")
(base32 "0c5xzci1djy1yi9hxxh8g67l6ms8r7ad7ja20pv8hfbdysdrwkhl"))))
(build-system pyproject-build-system)
(arguments
- `(#:phases (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "python" "mulpyplexer.py")))))))
+ (list
+ #:phases
+ '(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "python" "mulpyplexer.py")))))))
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/zardus/mulpyplexer/")
(synopsis "Multiplexes interactions with lists of Python objects")
(description "This module provides utilities for multiplexing
- 245/299: gnu: python-agate-sql: Drop input labels., (continued)
- 245/299: gnu: python-agate-sql: Drop input labels., guix-commits, 2025/01/13
- 259/299: gnu: python-django-filter: Update to 24.3., guix-commits, 2025/01/13
- 257/299: gnu: python-easy-thumbnails: Update to 2.10., guix-commits, 2025/01/13
- 260/299: gnu: python-libensemble: Add missing inputs., guix-commits, 2025/01/13
- 262/299: gnu: python-django-assets: Disable bad tests., guix-commits, 2025/01/13
- 266/299: gnu: python-django-rq: Use pyproject-build-system., guix-commits, 2025/01/13
- 268/299: gnu: python-django-sortedm2m: Update to 4.0.0., guix-commits, 2025/01/13
- 269/299: gnu: python-django-statici18n: Update to 2.6.0., guix-commits, 2025/01/13
- 273/299: gnu: Add python-simple-websocket., guix-commits, 2025/01/13
- 278/299: gnu: python-pysmt: Add missing inputs., guix-commits, 2025/01/13
- 280/299: gnu: python-mulpyplexer: Add missing inputs.,
guix-commits <=
- 283/299: gnu: python-xarray-schema: Add missing inputs., guix-commits, 2025/01/13
- 297/299: gnu: Add python-python3-saml., guix-commits, 2025/01/13
- 295/299: gnu: python-asgiref: Update to 3.8.1., guix-commits, 2025/01/13
- 290/299: gnu: unicorn: Add missing inputs., guix-commits, 2025/01/13
- 105/299: gnu: Add python-aiohappyeyeballs., guix-commits, 2025/01/13
- 121/299: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/13
- 139/299: gnu: python-kombu: Add missing inputs., guix-commits, 2025/01/13
- 143/299: gnu: python-pillow: Update to 11.1.0., guix-commits, 2025/01/13
- 161/299: gnu: python-lightning-cloud: Update to 0.5.70., guix-commits, 2025/01/13
- 25/299: gnu: python-tox: Update to 4.23.2., guix-commits, 2025/01/13